Skip to content

chore(deps): lock file maintenance #502

chore(deps): lock file maintenance

chore(deps): lock file maintenance #502

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v7
with:
node-version: '24.x'
cache: 'yarn'
- run: yarn install --immutable
- run: yarn build
- run: yarn check
- run: yarn test