ソースを参照

bump node version for devcontainer

Yuki Takei 2 ヶ月 前
コミット
caddaa0f4b
1 ファイル変更1 行追加1 行削除
  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": {}
   },