-
Notifications
You must be signed in to change notification settings - Fork 963
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Upgrade NodeJS to 16.x (#12288)
Node 14 ends support in April 2023. Node 16 will remain supported until September 2023. Upgrading to Node 16 allows removal of the `node-webcrypto-ossl` dependency used in tests. `package-lock.json` updated for the new lockfile format with npm 8 and removes some no longer needed dependencies. Signed-off-by: Mike Fiedler <miketheman@gmail.com> Signed-off-by: Mike Fiedler <miketheman@gmail.com>
- Loading branch information
1 parent
e988e8a
commit 941078f
Showing
4 changed files
with
30,701 additions
and
225 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM node:14.19.1-bullseye as static | ||
FROM node:16.17.1-bullseye as static | ||
|
||
WORKDIR /opt/warehouse/src/ | ||
|
||
|
Oops, something went wrong.