Skip to content

Commit a1f0ca4

Browse files
committed
use node 22.15.0 by default
#16944
1 parent 2a99628 commit a1f0ca4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"workspaceFolder": "/workspace",
66
"features": {
77
"ghcr.io/devcontainers/features/node:1": {
8-
"version": "24.10.0"
8+
"version": "22.15.0"
99
},
1010
"ghcr.io/devcontainers-extra/features/pnpm:2": {
1111
"version": "10.10.0"

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
24.10.0
1+
22.15.0

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax = docker/dockerfile:1.4
22

3-
ARG NODE_VERSION=24.10.0-bookworm
3+
ARG NODE_VERSION=22.15.0-bookworm
44

55
# build assets & compile TypeScript
66

0 commit comments

Comments
 (0)