build(deps-dev): bump eslint-config-prettier from 8.5.0 to 9.0.0 #608
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: spec-generator tests | |
on: [push, pull_request, workflow_dispatch] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
strategy: | |
matrix: | |
node-version: [18.x, 20.x] | |
steps: | |
- uses: actions/checkout@v3 | |
- 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/html-aam/" | |
- run: npx respec2html -e --timeout 30 --src "https://w3c.github.io/vc-di-ecdsa/" | |
- run: npm test |