Skip to content

Commit

Permalink
fix tests on node 21
Browse files Browse the repository at this point in the history
  • Loading branch information
egoroof committed Dec 10, 2023
1 parent 1219847 commit 19adcf1
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 @@ -10,7 +10,7 @@
"build:bundle": "rollup -i src/Blowfish.mjs -o dist/blowfish.mjs",
"build:compress": "terser dist/blowfish.mjs -o dist/blowfish.mjs -m -c --module",
"test": "npm run prettier:check && npm run lint && npm run build && npm run mocha",
"mocha": "node --test --test-reporter spec test/",
"mocha": "node --test --test-reporter spec",
"preversion": "npm test",
"version": "git add package.json package-lock.json",
"postversion": "git push && git push --tags && npm publish",
Expand Down

0 comments on commit 19adcf1

Please sign in to comment.