From e6eed9ef3b93f7c50b2c76e9e267e3fd2e1d513f Mon Sep 17 00:00:00 2001 From: wood chen Date: Fri, 27 Dec 2024 03:08:11 +0800 Subject: [PATCH] chore: Remove npm cache from GitHub Actions workflow --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8f897b7..addf41e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,6 @@ jobs: uses: actions/setup-node@v4 with: node-version: '22' - cache: 'npm' - name: Install dependencies run: npm install