Skip to content

Commit

Permalink
Update wpt-runner too
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Dec 3, 2024
1 parent 697baac commit 3beaa81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ on:
jobs:
test:
name: Test
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
defaults:
run:
working-directory: reference-implementation
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
- run: npm install
- run: npm test
2 changes: 1 addition & 1 deletion reference-implementation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"minimatch": "^10.0.1",
"opener": "^1.5.2",
"webidl2js": "^18.0.0",
"wpt-runner": "^5.0.0"
"wpt-runner": "^6.0.0"
}
}

0 comments on commit 3beaa81

Please sign in to comment.