Skip to content

Commit ddae03a

Browse files
feat: fix pnpm version to 9.4.0
1 parent 7a9cd2a commit ddae03a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup pnpm
2222
uses: pnpm/action-setup@v4
2323
with:
24-
version: 9.x.x
24+
version: 9.4.0
2525

2626
- name: Setup node env ${{ matrix.node-version }} 🏗
2727
uses: actions/setup-node@v3

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup pnpm
2626
uses: pnpm/action-setup@v2
2727
with:
28-
version: 9.x.x
28+
version: 9.4.0
2929

3030
- name: Setup node env 🏗
3131
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)