From 490d7d4d5a912e00d3bd2619eb7a6c6acb27bd7f Mon Sep 17 00:00:00 2001 From: yuming Date: Sun, 17 May 2026 18:21:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9ANode.js=2022=20?= =?UTF-8?q?=E4=B8=8B=E8=BD=BD=E6=94=B9=E7=94=A8=20npmmirror=20=E5=9B=BD?= =?UTF-8?q?=E5=86=85=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a15b58..9b637be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,7 +48,7 @@ jobs: - name: Setup Node.js 22 run: | npm install -g n - n 22 + N_NODE_MIRROR=https://npmmirror.com/mirrors/node n 22 hash -r node --version