From 82e4198dd37aae2c6845e3c02ea3afc8479eb1fc Mon Sep 17 00:00:00 2001 From: heixinyouzi <2410633923@qq.com> Date: Wed, 22 May 2024 16:04:41 +0800 Subject: [PATCH] test2 --- .gitea/workflows/youzi.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.gitea/workflows/youzi.yml b/.gitea/workflows/youzi.yml index 2d0bc84..6e2f543 100644 --- a/.gitea/workflows/youzi.yml +++ b/.gitea/workflows/youzi.yml @@ -10,17 +10,7 @@ jobs: steps: - name: Checkout uses: https://gitea.cn/actions/checkout@v3 - - id: tool-cache - name: 安装node - uses: https://gitea.com/kongxiangyiren/gitea-tool-cache@v4 - with: - # 只有node支持版本号别名 - node-version: 18 - - uses: https://gitea.cn/actions/setup-node@v3 - with: - # gitea-tool-cache导出 node 具体版本 - node-version: ${{ steps.tool-cache.outputs.node-version }} - registry-url: 'https://registry.npmmirror.com' + - name: 缓存 uses: https://gitea.cn/actions/cache@v3