Browse Source

bump node version for devcontainer

Yuki Takei 2 tháng trước cách đây
mục cha
commit
caddaa0f4b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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": {}
   },