remove node 22 (#170)

This commit is contained in:
Martin
2026-04-21 14:11:24 +02:00
committed by GitHub
parent 4cabac4bc1
commit b474572598
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "GitHub Stats Extended Dev",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/devcontainers/features/node:1": { "version": "22" }
"ghcr.io/devcontainers/features/node:1": { "version": "24" }
},
"forwardPorts": [3000],
"portsAttributes": {
@@ -1,5 +1,4 @@
{
"runtime": "nodejs22.x",
"handler": "router.js",
"launcherType": "Nodejs"
}