Browse Source

bump node version for devcontainer

Yuki Takei 3 weeks ago
parent
commit
caddaa0f4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .devcontainer/app/devcontainer.json

+ 1 - 1
.devcontainer/app/devcontainer.json

@@ -8,7 +8,7 @@
 
   "features": {
     "ghcr.io/devcontainers/features/node:1": {
-      "version": "20.18.3"
+      "version": "24.14.0"
     },
     "ghcr.io/devcontainers/features/github-cli:1": {}
   },