Skip to content

Commit

Permalink
or with 24000 max
Browse files Browse the repository at this point in the history
  • Loading branch information
ChronosSF committed Apr 17, 2024
1 parent 4ce34de commit 1372e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# echo "//packages.infragistics.com/npm/js-licensed/:_auth=${{ secrets.PROGET_TOKEN }}" >> ~/.npmrc
# echo "//packages.infragistics.com/npm/js-licensed/:always-auth=true" >> ~/.npmrc
- name: set heap size
run: set NODE_OPTIONS=--max-old-space-size=16000
run: set NODE_OPTIONS=--max-old-space-size=24000
- name: npm ci
run: npm ci
- name: Build
Expand Down

0 comments on commit 1372e40

Please sign in to comment.