From a3a5a18fc4070994c22d2a326607af26383cf2a7 Mon Sep 17 00:00:00 2001 From: soul-walker <31162815+soul-walker@users.noreply.github.com> Date: Tue, 24 Sep 2024 09:18:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9cicd=E8=AE=BE=E7=BD=AEnode?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E6=9B=B4=E6=96=B0=E4=BD=BF=E7=94=A8=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/CI_local_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/CI_local_test.yaml b/.gitea/workflows/CI_local_test.yaml index bcc67aa..befcc8c 100644 --- a/.gitea/workflows/CI_local_test.yaml +++ b/.gitea/workflows/CI_local_test.yaml @@ -14,7 +14,7 @@ jobs: with: submodules: recursive - name: 设置node环境 - uses: https://gitea.joylink.club/actions/local-setup-node@v0.1.1 + uses: https://gitea.joylink.club/actions/local-setup-node@v0.1.2 with: version: 'v18.19.1' cache: 'yarn'