Skip to content

Commit

Permalink
Upgrade 'nodejs' to '16.18.0' (#705)
Browse files Browse the repository at this point in the history
Upgrade 'npm' to '8.19.2'
  • Loading branch information
vraravam authored Oct 25, 2022
1 parent dbab17b commit 2250201
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.17.0
16.18.0
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ Currently, these are the combinations of system dependencies that work for MacOS
# Note: 'jq' is not a required system dependency; its only here to show the combined output of versions needed
$ jq --null-input '[inputs.engines] | add' < ./package.json < ./recipes/package.json
{
"node": "16.17.0",
"npm": "8.19.0",
"node": "16.18.0",
"npm": "8.19.2",
"pnpm": "7.14.0"
}
```
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Note: Before running this file, you should have already cloned the git repo + submodules on the host machine. This is used when actively developing on your local machine, but you want to build for a different architecture

FROM docker.io/library/node:16.17.0-buster as builder
FROM docker.io/library/node:16.18.0-buster as builder

ENV PATH="/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/local/lib:/usr/include:/usr/share"

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"repository": "https://github.com/ferdium/ferdium-app.git",
"private": true,
"engines": {
"node": "16.17.0",
"npm": "8.19.0"
"node": "16.18.0",
"npm": "8.19.2"
},
"engine-strict": true,
"scripts": {
Expand Down

0 comments on commit 2250201

Please sign in to comment.