Skip to content

chore(deps-dev): bump the dev-dependencies group across 1 directory w… #430

chore(deps-dev): bump the dev-dependencies group across 1 directory w…

chore(deps-dev): bump the dev-dependencies group across 1 directory w… #430

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