-
Notifications
You must be signed in to change notification settings - Fork 567
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: prepare support for Node 18 [HEAD-497] (#4882)
* feat: add support for Node 18 * chore(gha): add workflow dispatch trigger * feat: pkg tool uses Node 18 * feat: upadate Dockerfile Node version to 18 * chore: pkg uses Node version from .nvmrc file * fix: use correct Node version for binary smoke test * chore: adding additional log message to test setup * fix: filter OPENSSL_CONF from child process * revert: use Node 16 for build step * revert: fix excluded Node version for smoke test * refactor: concise log message when building Snyk binaries --------- Co-authored-by: Peter Schäfer <[email protected]>
- Loading branch information
1 parent
06546c6
commit 3c35ba8
Showing
7 changed files
with
19 additions
and
8 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:16 | ||
FROM node:18 | ||
|
||
COPY ./smoke/ /snyk/smoke/ | ||
COPY ./fixtures/ /snyk/fixtures/ | ||
|