Skip to content

Commit b586991

Browse files
committed
fix CI bug with pnpm CI mismatch in release
1 parent 65ba4d2 commit b586991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install PNPM
2323
uses: pnpm/action-setup@v4
2424
with:
25-
version: 9.8.0
25+
version: 9.12.1
2626
run_install: false
2727

2828
- name: Setup Node

0 commit comments

Comments
 (0)