Skip to content

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

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

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

Workflow file for this run

name: Application - Lint
on:
push:
branches-ignore: [stable]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
app-lint:
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 run lint