From 48f51f77ea2b118a6ecd70e8deb494df0e19918d Mon Sep 17 00:00:00 2001 From: Justin Dennison Date: Sun, 27 Oct 2024 21:09:04 -0400 Subject: [PATCH] chore: remove pnpm as the cache key for node action as it is incorrect --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7dee242..919bfc8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,8 +19,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v3 with: - node-version: '18' # Choose a version compatible with Astro - cache: 'pnpm' + node-version: '18' - name: Install pnpm run: npm install -g pnpm