Skip to content

Commit 3a82113

Browse files
committed
ci: pin pnpm@9.0.0 in workflows to match project packageManager
1 parent 026065a commit 3a82113

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
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup pnpm
3636
uses: pnpm/action-setup@v4
3737
with:
38-
version: 9
38+
version: 9.0.0
3939

4040
- name: Setup Node.js ${{ matrix.node-version }}
4141
uses: actions/setup-node@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup pnpm
3030
uses: pnpm/action-setup@v4
3131
with:
32-
version: 9
32+
version: 9.0.0
3333

3434
- name: Setup Node.js
3535
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)