We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a99628 commit a1f0ca4Copy full SHA for a1f0ca4
3 files changed
.devcontainer/devcontainer.json
@@ -5,7 +5,7 @@
5
"workspaceFolder": "/workspace",
6
"features": {
7
"ghcr.io/devcontainers/features/node:1": {
8
- "version": "24.10.0"
+ "version": "22.15.0"
9
},
10
"ghcr.io/devcontainers-extra/features/pnpm:2": {
11
"version": "10.10.0"
.node-version
@@ -1 +1 @@
1
-24.10.0
+22.15.0
Dockerfile
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:1.4
2
3
-ARG NODE_VERSION=24.10.0-bookworm
+ARG NODE_VERSION=22.15.0-bookworm
4
# build assets & compile TypeScript
0 commit comments