Skip to content

Commit

Permalink
Remove pnpm cache from 2nd step
Browse files Browse the repository at this point in the history
  • Loading branch information
klis87 committed Dec 12, 2024
1 parent 2b39daa commit 35c06ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20 # Specify the Node.js version you want
cache: 'pnpm'
# cache: 'pnpm'

# Step 3: Install pnpm
- name: Install pnpm
Expand Down

0 comments on commit 35c06ec

Please sign in to comment.