From 90c18a174d4f9aa92bb33f3c829c2e210c1299c0 Mon Sep 17 00:00:00 2001 From: l1shen <648952316@qq.com> Date: Thu, 14 May 2026 11:36:00 +0800 Subject: [PATCH] feat: update node version to v22.22.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d66f99..41d6b20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,7 +28,7 @@ SHELL [ "/bin/zsh", "-c" ] # setup nvm / node / npm / pnpm -ENV NODE_VERSION="v22.14.0" +ENV NODE_VERSION="v22.22.1" RUN curl -fsSL https://raw.githubusercontent.com/Schniz/fnm/refs/tags/v1.37.2/.ci/install.sh | bash ENV FNM_PATH="$HOME/.local/share/fnm"