We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b39daa commit 35c06ecCopy full SHA for 35c06ec
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/setup-node@v3
23
with:
24
node-version: 20 # Specify the Node.js version you want
25
- cache: 'pnpm'
+ # cache: 'pnpm'
26
27
# Step 3: Install pnpm
28
- name: Install pnpm
0 commit comments