You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .devcontainer/Dockerfile
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.191.1/containers/javascript-node/.devcontainer/base.Dockerfile
2
2
3
-
# [Choice] Node.js version: 22
4
-
ARG VARIANT="22"
3
+
# [Choice] Node.js version: 24
4
+
ARG VARIANT="24"
5
5
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:1-${VARIANT}
6
6
7
7
# Install chromium and point the CHROME_BIN environment variable to it
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,8 +43,8 @@ Independently of the assigned milestone, contributions are always accepted and a
43
43
44
44
### First time setup
45
45
46
-
- Install [node.js](https://nodejs.org/) (only Node v22+ < 23 is currently supported)
47
-
- Install pnpm: <https://pnpm.io/installation> (use pnpm 10.4.1+) or use [corepack](https://nodejs.org/docs/latest-v18.x/api/corepack.html) to enable the recommended version
46
+
- Install [node.js](https://nodejs.org/) (only Node v24+ < 25 is currently supported)
47
+
- Install pnpm: <https://pnpm.io/installation> (use pnpm 10.33.0+) or use [corepack](https://nodejs.org/docs/latest-v18.x/api/corepack.html) to enable the recommended version
48
48
- Clone this repository
49
49
- Install dependencies: `pnpm i --frozen-lockfile`
0 commit comments