Skip to content

Commit a24b4f4

Browse files
committed
chore(deps): upgrade CI workflows to to pnpm v9
1 parent ec6cf20 commit a24b4f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install pnpm
4444
uses: pnpm/action-setup@v3
4545
with:
46-
version: 8
46+
version: 9
4747
run_install: false
4848

4949
- name: Get pnpm store directory

.github/workflows/publish-npm-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install pnpm
4848
uses: pnpm/action-setup@v3
4949
with:
50-
version: 8
50+
version: 9
5151
run_install: false
5252

5353
- name: Get pnpm store directory

0 commit comments

Comments
 (0)