Skip to content

build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 #203

build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4

build(deps-dev): bump ts-jest from 29.2.3 to 29.2.4 #203

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