Skip to content

Commit e38317c

Browse files
committed
pin pnpm version
1 parent 4d9f7b1 commit e38317c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ jobs:
115115
- name: Install pnpm
116116
uses: pnpm/action-setup@v4
117117
with:
118-
version: 10
118+
# FIXME: temporarily pinned because of https://github.com/pnpm/pnpm/pull/9959
119+
version: 10.17
119120

120121
- name: Use Node.js
121122
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)