diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-10-30 21:47:04 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-30 21:47:04 +0900 |
| commit | a888f2863bb3e7ac14bc63b12810f7a13a98bb70 (patch) | |
| tree | d6eb5df5b27869c2bb89a8135b504e2ef40886df /.devcontainer/devcontainer.json | |
| parent | テストが動かないためnodejs 24サポートを取り消し (diff) | |
| download | misskey-a888f2863bb3e7ac14bc63b12810f7a13a98bb70.tar.gz misskey-a888f2863bb3e7ac14bc63b12810f7a13a98bb70.tar.bz2 misskey-a888f2863bb3e7ac14bc63b12810f7a13a98bb70.zip | |
Node.js 24 support (#16723)
* Revert "テストが動かないためnodejs 24サポートを取り消し"
This reverts commit a892bbcce511fb0dff943ab23090e1d347594c94.
* fix jest.js
* ファイルの添付方法を変更
---------
Co-authored-by: samunohito <46447427+samunohito@users.noreply.github.com>
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" |