Skip to content

build(deps-dev): bump @types/node from 22.5.4 to 22.10.1 #783

build(deps-dev): bump @types/node from 22.5.4 to 22.10.1

build(deps-dev): bump @types/node from 22.5.4 to 22.10.1 #783

Workflow file for this run

name: Lint code
on:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: yarn
- run: yarn install --immutable
- run: yarn lint