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 c23e14c commit fb6b255
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 @@ -9,7 +9,7 @@
"build:bundle": "rollup -i src/ID3Writer.mjs -o dist/browser-id3-writer.mjs",
"build:compress": "terser dist/browser-id3-writer.mjs -o dist/browser-id3-writer.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 fb6b255

Please sign in to comment.