Skip to content

chore: bump @types/node from 18.19.42 to 18.19.43 in the all group (#… #367

chore: bump @types/node from 18.19.42 to 18.19.43 in the all group (#…

chore: bump @types/node from 18.19.42 to 18.19.43 in the all group (#… #367

Workflow file for this run

name: check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# waiting on: https://github.com/actions/setup-node/issues/531
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "yarn"
- name: run eslint
run: |
yarn install --immutable
yarn build
yarn typecheck
yarn lint:check
yarn format:check
yarn sync