Skip to content

Merge pull request #632 from weseek/dependabot/npm_and_yarn/aws-sdk/c… #1233

Merge pull request #632 from weseek/dependabot/npm_and_yarn/aws-sdk/c…

Merge pull request #632 from weseek/dependabot/npm_and_yarn/aws-sdk/c… #1233

Workflow file for this run

name: Application - Build
on:
push:
branches-ignore: [stable]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
app-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "16.14.2"
cache: "yarn"
- run: yarn install
- run: yarn build