-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #454 from snyk-tech-services/chore/downgrade-node-…
…back-to-12 chore: downgrade node to 12
- Loading branch information
Showing
10 changed files
with
26 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
14 | ||
12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,22 +9,22 @@ | |
{ | ||
"//": "build the macos", | ||
"path": "@semantic-release/exec", | ||
"cmd": "npx [email protected] dist/index.js -r './dist/**/*.js' -t mac-x64-14.15.3 -o snyk-api-import-macos" | ||
"cmd": "npx [email protected] dist/index.js -r './dist/**/*.js' -t mac-x64-12.9.0 -o snyk-api-import-macos" | ||
}, | ||
{ | ||
"//": "build the linux", | ||
"path": "@semantic-release/exec", | ||
"cmd": "npx [email protected] dist/index.js -r './dist/**/*.js' -t linux-x64-14.15.3 -o snyk-api-import-linux" | ||
"cmd": "npx [email protected] dist/index.js -r './dist/**/*.js' -t linux-x64-12.9.0 -o snyk-api-import-linux" | ||
}, | ||
{ | ||
"//": "build the alpine", | ||
"path": "@semantic-release/exec", | ||
"cmd": "npx [email protected] dist/index.js -r './dist/**/*.js' -t alpine-x64-14.15.3 -o snyk-api-import-alpine" | ||
"cmd": "npx [email protected] dist/index.js -r './dist/**/*.js' -t alpine-x64-12.9.0 -o snyk-api-import-alpine" | ||
}, | ||
{ | ||
"//": "build the windows binaries", | ||
"path": "@semantic-release/exec", | ||
"cmd": "npx [email protected] dist/index.js -r './dist/**/*.js' -t windows-x64-14.15.3 -o snyk-api-import-win.exe" | ||
"cmd": "npx [email protected] dist/index.js -r './dist/**/*.js' -t windows-x64-12.9.0 -o snyk-api-import-win.exe" | ||
}, | ||
{ | ||
"//": "shasum all binaries", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
nodejs 12.22.12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters