Skip to content

chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 #432

chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0

chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 #432

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@820762786026740c76f36085b0efc47a31fe5020 # v7.0.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