Skip to content

Commit

Permalink
Upgrade 'nodejs' to '16.19.0' and 'pnpm' to '7.19.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Dec 24, 2022
1 parent cd806bd commit 21582fd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.18.1
16.19.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.18.1",
"pnpm": "7.18.2"
"node": "16.19.0",
"pnpm": "7.19.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.18.1-buster as builder
FROM docker.io/library/node:16.19.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.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.18.1",
"pnpm": "7.18.2"
"node": "16.19.0",
"pnpm": "7.19.0"
},
"engine-strict": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion recipes
Submodule recipes updated 1 files
+1 −1 package.json

0 comments on commit 21582fd

Please sign in to comment.