Skip to content

Merge pull request #424 from weseek/dependabot/npm_and_yarn/typescrip… #999

Merge pull request #424 from weseek/dependabot/npm_and_yarn/typescrip…

Merge pull request #424 from weseek/dependabot/npm_and_yarn/typescrip… #999

Workflow file for this run

name: Application - Build
on:
push:
branches-ignore: [stable]
paths-ignore:
- ".**"
- "docker/**"
- "**.md"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16.14.2"
cache: "yarn"
- run: yarn install
- run: yarn build