From 6e24bf0cbddfaf4b9a8d8ec8da151ddf3c6b2e12 Mon Sep 17 00:00:00 2001 From: Purp1e <438518244@qq.com> Date: Tue, 19 Dec 2023 21:20:42 +0800 Subject: [PATCH] fix: ci/cd node setup --- .github/workflows/deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 653a6ff..592dea5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,6 @@ jobs: uses: actions/setup-node@v3 with: node-version: latest - cache: pnpm # npm / pnpm / yarn - name: Setup Pages uses: actions/configure-pages@v3 - name: Install dependencies