Skip to content

Commit 19fdc6c

Browse files
committed
chore: set pnpm version
1 parent d0d9cea commit 19fdc6c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/deploy-doc-site.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929

3030
- name: set pnpm
3131
uses: pnpm/action-setup@v4
32+
with:
33+
version: 9
3234

3335
- name: Set up Node.js
3436
uses: actions/setup-node@v4

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222

2323
- name: set pnpm
2424
uses: pnpm/action-setup@v4
25+
with:
26+
version: 9
2527

2628
- name: Setup Node.js 20.x
2729
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)