Skip to content

chore(deps): update dependency @types/node to v18.19.52 #639

chore(deps): update dependency @types/node to v18.19.52

chore(deps): update dependency @types/node to v18.19.52 #639

Workflow file for this run

name: Checks
on:
push:
branches-ignore:
- master
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
node-version-file: .nvmrc
- run: yarn --frozen-lockfile
- run: yarn prettier
- run: yarn eslint
- run: yarn typecheck
- run: yarn coverage