Skip to content

Commit

Permalink
Upgrade node (20.17.0), pnpm (9.9.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Sep 7, 2024
1 parent 266d28f commit 75a89aa
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 @@
20.16.0
20.17.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": "20.16.0",
"pnpm": "9.7.0"
"node": "20.17.0",
"pnpm": "9.9.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:20.16.0-buster AS builder
FROM docker.io/library/node:20.17.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": "20.16.0",
"pnpm": "9.7.0"
"node": "20.17.0",
"pnpm": "9.9.0"
},
"engine-strict": true,
"volta": {
"node": "20.16.0",
"pnpm": "9.7.0"
"node": "20.17.0",
"pnpm": "9.9.0"
},
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.9.0",
"scripts": {
"prepare": "is-ci || husky",
"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 75a89aa

Please sign in to comment.