Skip to content

Commit

Permalink
Upgrade 'node' to '18.18.0' and 'pnpm' to '8.7.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Sep 26, 2023
1 parent 7027cf8 commit e2df689
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.15.0
18.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": "18.15.0",
"pnpm": "8.7.1"
"node": "18.18.0",
"pnpm": "8.7.6"
}
```

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:18.15.0-buster as builder
FROM docker.io/library/node:18.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
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"repository": "https://github.com/ferdium/ferdium-app.git",
"private": true,
"engines": {
"node": "18.15.0",
"pnpm": "8.7.1"
"node": "18.18.0",
"pnpm": "8.7.6"
},
"engine-strict": true,
"volta": {
"node": "18.15.0",
"pnpm": "8.7.1"
"node": "18.18.0",
"pnpm": "8.7.6"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].6",
"scripts": {
"prepare": "is-ci || husky install",
"start": "electron ./build",
Expand Down
2 changes: 1 addition & 1 deletion recipes
Submodule recipes updated 2 files
+1 −1 .nvmrc
+5 −5 package.json

0 comments on commit e2df689

Please sign in to comment.