From 3d7d7d190cd998e7a860ba5def651f118ae804be Mon Sep 17 00:00:00 2001 From: hhs <386998068@qq.com> Date: Sat, 13 Jun 2026 11:41:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=20install=20node=20?= =?UTF-8?q?=E6=AD=A5=E9=AA=A4=E7=9A=84=20working-directory=20=E5=B9=B6?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E9=98=BF=E9=87=8C=E4=BA=91=E9=95=9C=E5=83=8F?= =?UTF-8?q?=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/backend-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/backend-ci.yml b/.gitea/workflows/backend-ci.yml index fd9eb6b..481e097 100644 --- a/.gitea/workflows/backend-ci.yml +++ b/.gitea/workflows/backend-ci.yml @@ -15,7 +15,10 @@ jobs: working-directory: backend steps: - name: Install Node.js (for checkout action) - run: apk add --no-cache nodejs + run: | + sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories + apk add --no-cache nodejs + working-directory: / - uses: "http://8.161.227.145:3000/huanghaosheng/checkout@releases/v4" -- 2.49.1