Skip to content

ci(deps): bump node from 16.14.2-slim to 23.2.0-slim in /docker #1378

ci(deps): bump node from 16.14.2-slim to 23.2.0-slim in /docker

ci(deps): bump node from 16.14.2-slim to 23.2.0-slim in /docker #1378

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