Skip to content

Commit 330c48a

Browse files
committed
ci: lock pnpm version
1 parent bc7a005 commit 330c48a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- "v*"
77

88
permissions:
99
contents: write
@@ -21,6 +21,8 @@ jobs:
2121

2222
- name: Install pnpm
2323
uses: pnpm/action-setup@v4
24+
with:
25+
version: 10
2426

2527
- name: Setup Node.js
2628
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)