Skip to content

Commit

Permalink
fix: Remove cache: pnpm from setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
richiemcilroy committed Mar 18, 2024
1 parent 8a1eada commit 5f3bbea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "20"
cache: "pnpm"

- name: Setup pnpm
uses: pnpm/action-setup@v2
Expand Down

1 comment on commit 5f3bbea

@vercel
Copy link

@vercel vercel bot commented on 5f3bbea Mar 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.