Skip to content

4.0.0

4.0.0 #19

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
submodules: true
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- run: npm ci
- run: npm run lint
- run: npm test
- run: npm run build
- name: Check fixtures/ is up to date
run: git diff --exit-code fixtures/