From 68ada6a8714baf9dc1aa603dc3f69211068b0c94 Mon Sep 17 00:00:00 2001 From: Anton Drukh Date: Fri, 19 Jul 2019 20:41:09 +0300 Subject: [PATCH] fix: revert to nodejs8 on standalone binaries For some reason, nodejs10 alpine build segfaults. Need to investigate, reverting for now. --- .releaserc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaserc b/.releaserc index 95dc53553f..beb9e4970a 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 node10-alpine-x64,node10-linux-x64,node10-macos-x64,node10-win-x64" + "cmd": "npm i -g pkg && pkg . -t node8-alpine-x64,node8-linux-x64,node8-macos-x64,node8-win-x64" }, { "//": "shasum all binaries",