Skip to content

Commit 0c0f36e

Browse files
committed
fix: set pnpm version in CI scripts
1 parent 24cffc6 commit 0c0f36e

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
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up pnpm
2020
uses: pnpm/action-setup@v4
2121
with:
22-
version: 9
22+
version: 7.32.4
2323

2424
- name: Install dependencies
2525
run: pnpm i --frozen-lockfile

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up pnpm
2525
uses: pnpm/action-setup@v4
2626
with:
27-
version: 9
27+
version: 7.32.4
2828

2929
- name: Install dependencies
3030
run: pnpm i --frozen-lockfile

0 commit comments

Comments
 (0)