Skip to content

Commit

Permalink
Move to the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
motdotla committed Aug 3, 2023
1 parent 7bd854e commit ff34671
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
cache: 'npm'
- run: npm i -g npm
- run: node -v
- run: export NODE_OPTIONS="--max-old-space-size=8192"
- run: npm -v
- run: npm ci
- run: npm test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"lint": "standard && standard bin/node-lambda",
"test": "npm run lint && npm run unit",
"unit": "NODE_OPTIONS=--max-old-space-size=8192 mocha"
"unit": "mocha"
},
"bin": {
"node-lambda": "./bin/node-lambda"
Expand Down

0 comments on commit ff34671

Please sign in to comment.