Skip to content

Commit 35c06ec

Browse files
committed
Remove pnpm cache from 2nd step
1 parent 2b39daa commit 35c06ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-node@v3
2323
with:
2424
node-version: 20 # Specify the Node.js version you want
25-
cache: 'pnpm'
25+
# cache: 'pnpm'
2626

2727
# Step 3: Install pnpm
2828
- name: Install pnpm

0 commit comments

Comments
 (0)