diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-10-29 09:58:44 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-10-29 09:58:44 +0900 |
| commit | a892bbcce511fb0dff943ab23090e1d347594c94 (patch) | |
| tree | b8843ef83f9d58939e0b6b0c2f6802a554f4ddb2 /.devcontainer/devcontainer.json | |
| parent | fix: attempt to fix test (#16719) (diff) | |
| download | misskey-a892bbcce511fb0dff943ab23090e1d347594c94.tar.gz misskey-a892bbcce511fb0dff943ab23090e1d347594c94.tar.bz2 misskey-a892bbcce511fb0dff943ab23090e1d347594c94.zip | |
テストが動かないためnodejs 24サポートを取り消し
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 e800743469..514abdfb20 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,7 +5,7 @@ "workspaceFolder": "/workspace", "features": { "ghcr.io/devcontainers/features/node:1": { - "version": "24.10.0" + "version": "22.15.0" }, "ghcr.io/devcontainers-extra/features/pnpm:2": { "version": "10.10.0" |