Skip to content

Commit ae9ed97

Browse files
committed
🐛 fix(workflows): install spesific pnpm
1 parent 4c70f5f commit ae9ed97

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/vercel-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,10 @@ jobs:
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version: 20
25-
cache: pnpm
2625

2726
- name: Installing pnpm
2827
run: |
29-
npm install -g pnpm
28+
npm install -g pnpm@10.10.0
3029
3130
- name: Configure Git
3231
run: |

0 commit comments

Comments
 (0)