Skip to content

Commit

Permalink
[Tests] avoid an OOM in node 20 on SES tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jan 21, 2025
1 parent 718addc commit 5b7adac
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 @@ -34,7 +34,7 @@
"prepublishOnly": "safe-publish-latest && npm run spackle",
"pretest": "npm run lint",
"test": "npm run tests-only && npm run test:ses",
"test:ses": "node test/ses-compat",
"test:ses": "node --stack-size=5120 test/ses-compat",
"posttest": "npx npm@'>= 10.2' audit --production",
"tests-only": "nyc node --stack-size=5120 test",
"lint": "eslint .",
Expand Down

0 comments on commit 5b7adac

Please sign in to comment.