From 5c5d8181eb6ad744776eedcb37e61d12062c8df3 Mon Sep 17 00:00:00 2001 From: soul-walker <31162815+soul-walker@users.noreply.github.com> Date: Thu, 22 Aug 2024 11:01:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9gitea=20action=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=9A=84setup-node=E7=89=88=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 d2060f2..b74f653 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'