Skip to content

chore(deps): bump @biomejs/cli-darwin-arm64 from 2.5.0 to 2.5.3 #428

chore(deps): bump @biomejs/cli-darwin-arm64 from 2.5.0 to 2.5.3

chore(deps): bump @biomejs/cli-darwin-arm64 from 2.5.0 to 2.5.3 #428

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: '22'
cache: 'npm'
- run: npm ci
- run: npm run build
- run: npm test
- run: npm run typecheck
- run: npm run lint
- name: Run conformance fixtures
run: node spec/fixtures/run-fixtures.mjs