summaryrefslogtreecommitdiff
path: root/.devcontainer/devcontainer.json
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2025-12-06 17:39:17 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2025-12-06 17:39:17 +0900
commita1f0ca4b8fab52758d76f50fa6d5171667f2a03f (patch)
tree02a3b9cc0fb298e18b4e2af66d6c6473f9bb0846 /.devcontainer/devcontainer.json
parentupdate pnpm to 10.24.0 (diff)
downloadmisskey-a1f0ca4b8fab52758d76f50fa6d5171667f2a03f.tar.gz
misskey-a1f0ca4b8fab52758d76f50fa6d5171667f2a03f.tar.bz2
misskey-a1f0ca4b8fab52758d76f50fa6d5171667f2a03f.zip
use node 22.15.0 by default
#16944
Diffstat (limited to '.devcontainer/devcontainer.json')
-rw-r--r--.devcontainer/devcontainer.json2
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"