Skip to content

Commit

Permalink
ci: increase memory limit for npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Nov 7, 2023
1 parent c6ccc7d commit a02f221
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- run: node version-check.js
- run: npm ci
- run: npm test
env:
NODE_OPTIONS: --max-old-space-size=8192
- run: npm run lint
- run: npm audit --audit-level=critical

0 comments on commit a02f221

Please sign in to comment.