Skip to content

build(deps): bump file-type from 18.5.0 to 18.6.0 #622

build(deps): bump file-type from 18.5.0 to 18.6.0

build(deps): bump file-type from 18.5.0 to 18.6.0 #622

Workflow file for this run

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@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.8.1
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