Skip to content

Bump webidl2 from 24.4.0 to 24.4.1 #1054

Bump webidl2 from 24.4.0 to 24.4.1

Bump webidl2 from 24.4.0 to 24.4.1 #1054

Workflow file for this run

name: Test
on:
pull_request: {}
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- name: Install dependencies
run: npm ci
- name: Prepare curated and packages data
run: npm run curate
- name: Test curated and packages data
run: npm test
env:
FORCE_COLOR: 3