From 5fe57fd0873d60f36240e9a2dfc5c125f171ada3 Mon Sep 17 00:00:00 2001 From: alboped Date: Sun, 5 Apr 2026 17:38:36 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E6=94=B9ci=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f95b076..20bbee6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -25,6 +25,8 @@ jobs: - name: Setup Node uses: actions/setup-node@v4 + env: + NODEJS_ORG_MIRROR: "https://npmmirror.com/mirrors/node/" with: node-version: "22" cache: yarn