Skip to content

Commit

Permalink
Merge pull request #106 from snyk/fix/use-node-14-for-binary-releases
Browse files Browse the repository at this point in the history
Use node 14 for binary releases
  • Loading branch information
maxjeffos committed Jun 10, 2021
2 parents 7e23cd9 + bb057c3 commit 0d565d0
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 node8-alpine-x64,node8-linux-x64,node8-macos-x64,node8-win-x64"
"cmd": "npm i -g pkg && pkg . -t node14-alpine-x64,node14-linux-x64,node14-macos-x64,node14-win-x64"
},
{
"//": "shasum all binaries",
Expand Down

0 comments on commit 0d565d0

Please sign in to comment.