diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-12-06 17:39:17 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-12-06 17:39:17 +0900 |
| commit | a1f0ca4b8fab52758d76f50fa6d5171667f2a03f (patch) | |
| tree | 02a3b9cc0fb298e18b4e2af66d6c6473f9bb0846 | |
| parent | update pnpm to 10.24.0 (diff) | |
| download | misskey-a1f0ca4b8fab52758d76f50fa6d5171667f2a03f.tar.gz misskey-a1f0ca4b8fab52758d76f50fa6d5171667f2a03f.tar.bz2 misskey-a1f0ca4b8fab52758d76f50fa6d5171667f2a03f.zip | |
use node 22.15.0 by default
#16944
| -rw-r--r-- | .devcontainer/devcontainer.json | 2 | ||||
| -rw-r--r-- | .node-version | 2 | ||||
| -rw-r--r-- | Dockerfile | 2 |
3 files changed, 3 insertions, 3 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" diff --git a/.node-version b/.node-version index 21651351e2..b8ffd70759 100644 --- a/.node-version +++ b/.node-version @@ -1 +1 @@ -24.10.0 +22.15.0 diff --git a/Dockerfile b/Dockerfile index a071970927..02739d9ca2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:1.4 -ARG NODE_VERSION=24.10.0-bookworm +ARG NODE_VERSION=22.15.0-bookworm # build assets & compile TypeScript |