From 6a578dcc7f0c8fc7cfb8cd5dac03bbe0bb2cd445 Mon Sep 17 00:00:00 2001 From: Cata Date: Wed, 22 Nov 2023 09:51:19 +0000 Subject: [PATCH] fix: include default `max_old_space_size` in binaries [HEAD-1045] (#168) * fix: increase memory limit for NODE * chore: pin pkg version --- .releaserc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaserc b/.releaserc index 99ffc71..5f966be 100644 --- a/.releaserc +++ b/.releaserc @@ -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",