From 9d1b74035612e6c280aeb09dcd917cdff0fdfeab Mon Sep 17 00:00:00 2001 From: Jakub Mikulas Date: Mon, 17 Aug 2020 12:32:25 +0200 Subject: [PATCH] fix(build): use node 14 for alpine executable --- .releaserc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.releaserc b/.releaserc index 37a725347d3..4efc2517e1e 100644 --- a/.releaserc +++ b/.releaserc @@ -9,7 +9,7 @@ { "//": "build the alpine, macos, linux and windows binaries", "path": "@semantic-release/exec", - "cmd": "pkg . -t node12-alpine-x64,node12-linux-x64,node12-macos-x64,node12-win-x64" + "cmd": "pkg . -t node14-alpine-x64,node12-linux-x64,node12-macos-x64,node12-win-x64" }, { "//": "build docker package",