From 35263699a22935d29289d3a32991e40f759b163a Mon Sep 17 00:00:00 2001 From: HalfSweet Date: Wed, 17 Jan 2024 23:37:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=88=E5=8F=96=E6=B6=88=E6=8E=89cach?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb305af..8cca16f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,7 +43,7 @@ jobs: uses: actions/setup-node@v4 with: node-version: 'lts/*' - cache: 'pnpm' # Set this to npm, yarn or pnpm. + # cache: 'pnpm' # Set this to npm, yarn or pnpm. - name: Install frontend dependencies # If you don't have `beforeBuildCommand` configured you may want to build your frontend here too.