Skip to content

chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 in the npm_and_yarn… #333

chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 in the npm_and_yarn…

chore(deps): bump cross-spawn from 7.0.3 to 7.0.5 in the npm_and_yarn… #333

Workflow file for this run

name: Build
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"
- run: yarn install --immutable
- run: yarn lint
- run: yarn typecheck
- run: yarn format:check
- run: yarn knip