Skip to content

Commit

Permalink
chore: remove pnpm as the cache key for node action as it is incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
justin1dennison committed Oct 28, 2024
1 parent 69a7e0d commit 48f51f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48f51f7

Please sign in to comment.