Skip to content

Commit

Permalink
Fix test cmd + test in node v22
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed Jan 20, 2025
1 parent f19ffb5 commit 1f26b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
node:
- 18
- 20
- 22

runs-on: ${{ matrix.os }}
name: ${{ matrix.os }} (Node v${{ matrix.node }})
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"./package.json": "./package.json"
},
"scripts": {
"test": "node --test test",
"test": "node --test",
"release": "release-it"
},
"keywords": [
Expand Down

0 comments on commit 1f26b41

Please # to comment.