Skip to content

Commit 998a657

Browse files
Fix/version mismatch pnpm 2354 (#1417)
1 parent 51d98c2 commit 998a657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/web-sdk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
fetch-depth: 0
2323
ref: main
2424

25-
- name: Setup pnpm 8
25+
- name: Setup pnpm 9
2626
uses: pnpm/action-setup@v2
2727
with:
28-
version: 8.6.9
28+
version: 9.3.0
2929

3030
- name: Setup Node.js 20.x
3131
uses: actions/setup-node@v2

0 commit comments

Comments
 (0)