Skip to content

feat(deps): bump the all group with 4 updates #325

feat(deps): bump the all group with 4 updates

feat(deps): bump the all group with 4 updates #325

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