diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-10-28 10:27:11 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-10-28 10:27:11 +0900 |
| commit | 231a6877be1fa6a5924f458da18e9122edbce13a (patch) | |
| tree | 0de8de49f852d5f33820969dab21d2913b9dd10c /.devcontainer/devcontainer.json | |
| parent | fix(frontend): コンポーネントのインポート忘れ (#16715) (diff) | |
| download | misskey-231a6877be1fa6a5924f458da18e9122edbce13a.tar.gz misskey-231a6877be1fa6a5924f458da18e9122edbce13a.tar.bz2 misskey-231a6877be1fa6a5924f458da18e9122edbce13a.zip | |
enhance: Node.js v24がActive LTSに移行されたことに伴いv24を標準に
Diffstat (limited to '.devcontainer/devcontainer.json')
| -rw-r--r-- | .devcontainer/devcontainer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 514abdfb20..e800743469 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ "workspaceFolder": "/workspace", "features": { "ghcr.io/devcontainers/features/node:1": { - "version": "22.15.0" + "version": "24.10.0" }, "ghcr.io/devcontainers-extra/features/pnpm:2": { "version": "10.10.0" |