Skip to content

Commit

Permalink
fix: upgrade node version to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
CalamarBicefalo committed Jun 23, 2023
1 parent 92628d4 commit d1ca361
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .releaserc
Expand Up @@ -9,22 +9,22 @@
{
"//": "build the macos",
"path": "@semantic-release/exec",
"cmd": "npx nexe@3.3.7 dist/index.js -r './dist/**/*.js' -t mac-x64-12.9.0 -o snyk-api-import-macos"
"cmd": "npx nexe@3.3.7 dist/index.js -r './dist/**/*.js' -t mac-x64-14.15.3 -o snyk-api-import-macos"
},
{
"//": "build the linux",
"path": "@semantic-release/exec",
"cmd": "npx nexe@3.3.7 dist/index.js -r './dist/**/*.js' -t linux-x64-12.9.0 -o snyk-api-import-linux"
"cmd": "npx nexe@3.3.7 dist/index.js -r './dist/**/*.js' -t linux-x64-14.15.3 -o snyk-api-import-linux"
},
{
"//": "build the alpine",
"path": "@semantic-release/exec",
"cmd": "npx nexe@3.3.7 dist/index.js -r './dist/**/*.js' -t alpine-x64-12.9.0 -o snyk-api-import-alpine"
"cmd": "npx nexe@3.3.7 dist/index.js -r './dist/**/*.js' -t alpine-x64-14.15.3 -o snyk-api-import-alpine"
},
{
"//": "build the windows binaries",
"path": "@semantic-release/exec",
"cmd": "npx nexe@3.3.7 dist/index.js -r './dist/**/*.js' -t windows-x64-12.9.0 -o snyk-api-import-win.exe"
"cmd": "npx nexe@3.3.7 dist/index.js -r './dist/**/*.js' -t windows-x64-14.15.3 -o snyk-api-import-win.exe"
},
{
"//": "shasum all binaries",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -19,8 +19,8 @@
"build-watch": "tsc -w",
"prepare": "npm run build",
"snyk-test": "snyk test",
"pkg-binaries-linux": "npx nexe@3.3.7 dist/index.js -r './dist/**/*.js' -t linux-x64-12.9.0 -o snyk-api-import-linux",
"pkg-binaries": "npx nexe@3.3.7 dist/index.js -r './dist/**/*.js' -t mac-x64-12.9.0 -o snyk-api-import-macos"
"pkg-binaries-linux": "npx nexe@3.3.7 dist/index.js -r './dist/**/*.js' -t linux-x64-14.15.3 -o snyk-api-import-linux",
"pkg-binaries": "npx nexe@3.3.7 dist/index.js -r './dist/**/*.js' -t mac-x64-14.15.3 -o snyk-api-import-macos"
},
"types": "./dist/index.d.ts",
"repository": {
Expand All @@ -30,7 +30,7 @@
"author": "Snyk Tech Services",
"license": "Apache-2.0",
"engines": {
"node": ">=14.14"
"node": ">=14"
},
"files": [
"bin",
Expand Down

0 comments on commit d1ca361

Please sign in to comment.