Skip to content

Commit

Permalink
upgrade node version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes committed Oct 26, 2024
1 parent d5e3d3f commit b159d1f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"features": {
"ghcr.io/devcontainers/features/docker-in-docker:2": {},
"ghcr.io/devcontainers/features/node:1": {
"version": "22.5.0",
"version": "22.10.0",
"nodeGypDependencies": true
},
"ghcr.io/devcontainers/features/sshd:1": {
Expand Down Expand Up @@ -82,4 +82,4 @@
"3000:3000",
"3001:3001"
]
}
}
Binary file modified .yarn/install-state.gz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Install the following software on your local development machine:
2. Bash (this guide assumes a bash shell)
3. [vscode](https://code.visualstudio.com/Download)
4. [Docker](https://www.docker.com/products/docker-desktop/) (for Mongodb and MQTT dependencies)
5. [Node.js@>=22.5.0](https://nodejs.org/en/download/package-manager) (recommend using `nvm` to manage Node.js installations)
5. [Node.js@>=22.10.0](https://nodejs.org/en/download/package-manager) (recommend using `nvm` to manage Node.js installations)
- [nvm for OSX](https://github.com/nvm-sh/nvm)
- [nvm for Windows](https://github.com/coreybutler/nvm-windows)
6. [yarn@^4.0.0](https://yarnpkg.com/getting-started)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[**playnite-web-app**](../../../README.md)**Docs**

***
---

[playnite-web-app](../../../README.md) / contributing/development-environment/local-environment

Expand All @@ -14,7 +14,7 @@ Install the following software on your local development machine:
2. Bash (this guide assumes a bash shell)
3. [vscode](https://code.visualstudio.com/Download)
4. [Docker](https://www.docker.com/products/docker-desktop/) (for Mongodb and MQTT dependencies)
5. [Node.js@>=22.5.0](https://nodejs.org/en/download/package-manager) (recommend using `nvm` to manage Node.js installations)
5. [Node.js@>=22.10.0](https://nodejs.org/en/download/package-manager) (recommend using `nvm` to manage Node.js installations)
- [nvm for OSX](https://github.com/nvm-sh/nvm)
- [nvm for Windows](https://github.com/coreybutler/nvm-windows)
6. [yarn@^4.0.0](https://yarnpkg.com/getting-started)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.1.4",
"private": true,
"engines": {
"node": "22.5.0",
"node": "22.10.0",
"yarn": "4.5.1"
},
"workspaces": [
Expand Down

0 comments on commit b159d1f

Please sign in to comment.