Skip to content

Commit 6d46630

Browse files
committed
chore: bump pnpm to 9.x.x in CI workflows
1 parent f6ce353 commit 6d46630

File tree

3 files changed

+802
-668
lines changed

3 files changed

+802
-668
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install pnpm
1919
uses: pnpm/action-setup@v4.0.0
2020
with:
21-
version: 8.x.x
21+
version: 9.x.x
2222

2323
- name: Install Node 18
2424
uses: actions/setup-node@v4
@@ -79,7 +79,7 @@ jobs:
7979
- name: Install pnpm
8080
uses: pnpm/action-setup@v4.0.0
8181
with:
82-
version: 8.x.x
82+
version: 9.x.x
8383

8484
- name: Install Node 18
8585
uses: actions/setup-node@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install pnpm
2121
uses: pnpm/action-setup@v4.0.0
2222
with:
23-
version: 8.x.x
23+
version: 9.x.x
2424

2525
- name: Install Node 18
2626
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)