Skip to content

Commit

Permalink
fix(build): use node 14 for alpine executable
Browse files Browse the repository at this point in the history
  • Loading branch information
JackuB committed Aug 17, 2020
1 parent a5c9ec4 commit 9d1b740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .releaserc
Expand Up @@ -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",
Expand Down

0 comments on commit 9d1b740

Please sign in to comment.