Skip to content

Commit

Permalink
chore: fix node 23 (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood authored Jan 14, 2025
1 parent f14de38 commit bbc25ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"scripts": {
"postpublish": "git push origin && git push origin -f --tags",
"lint": "eslint .",
"test": "node --test --experimental-test-coverage && tsd",
"test": "node --test --experimental-test-coverage test/**.spec.js && tsd",
"test:ci": "npm run lint && npm run test",
"test:watch": "node --test --watch --experimental-test-coverage",
"test:generate-keys": "node benchmarks/keys/generate-keys.js",
Expand Down

0 comments on commit bbc25ec

Please sign in to comment.