From d2fd0134ee61a19f56015a6b0935c0371aa1465b Mon Sep 17 00:00:00 2001 From: xuthus Date: Tue, 16 Apr 2024 02:42:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ddc3ef52..aecebe88 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -16,13 +16,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: '20' - - name: Dependies Cache - uses: actions/cache@v4 - with: - path: ./node_modules - key: ${{ runner.os }}-npm-${{ hashFiles('**/package-lock.json') }} - restore-keys: | - ${{ runner.os }}-npm- + cache: 'npm' - name: Build with Npm run: | npm install