Skip to content

Commit

Permalink
fix: include default max_old_space_size in binaries [HEAD-1045] (#168)
Browse files Browse the repository at this point in the history
* fix: increase memory limit for NODE

* chore: pin pkg version
  • Loading branch information
cat2608 committed Nov 22, 2023
1 parent 9d6c45d commit 6a578dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"//": "build the alpine, macos, linux and windows binaries",
"path": "@semantic-release/exec",
"cmd": "npm i -g pkg && pkg . -t node14-alpine-x64,node14-linux-x64,node14-macos-x64,node14-win-x64"
"cmd": "npm i -g pkg@5.8.1 && pkg . --options max_old_space_size=16384 -t node14-alpine-x64,node14-linux-x64,node14-macos-x64,node14-win-x64"
},
{
"//": "shasum all binaries",
Expand Down

0 comments on commit 6a578dc

Please sign in to comment.