Skip to content

pin to ubuntu-22.04 for puppeteer/chromium sake (https://github.com/p… #809

pin to ubuntu-22.04 for puppeteer/chromium sake (https://github.com/p…

pin to ubuntu-22.04 for puppeteer/chromium sake (https://github.com/p… #809

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]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npx respec2html -e --timeout 30 --src "https://w3c.github.io/vc-di-ecdsa/"
- run: npm test