Skip to content

Commit

Permalink
Remove workaround for Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
davidje13 committed Jun 29, 2024
1 parent 9d34c35 commit 8b2af2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cd "$BASE_DIR/test/package";
rm -rf node_modules || true;
npm install --audit=false;
rm superwstest.tgz || true;
npm test --ignore-scripts=false; # ignore-scripts is over-zealous on Node 14
npm test;
cd - >/dev/null;

echo;
Expand Down

0 comments on commit 8b2af2e

Please sign in to comment.