Skip to content

build(deps-dev): bump @types/node from 24.9.1 to 24.10.0 #981

build(deps-dev): bump @types/node from 24.9.1 to 24.10.0

build(deps-dev): bump @types/node from 24.9.1 to 24.10.0 #981

Workflow file for this run

name: spec-generator tests
on: [push, pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [20.x, 22.x, 24.x]
steps:
- uses: actions/checkout@v5
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npx respec2html -e --timeout 30 --src "https://w3c.github.io/spec-generator/respec.html"
- run: npm test