Skip to content

ci(deps-dev): bump @types/node from 16.18.104 to 16.18.122 #1392

ci(deps-dev): bump @types/node from 16.18.104 to 16.18.122

ci(deps-dev): bump @types/node from 16.18.104 to 16.18.122 #1392

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