Skip to content

Commit a06da6f

Browse files
committed
fix(build): update pnpm setup
1 parent ec25a37 commit a06da6f

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
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v3
2323

2424
- name: PNPM Setup
25-
uses: pnpm/action-setup@v2.2.4
25+
uses: pnpm/action-setup@v4
2626
with:
2727
version: 8.7.0
2828
run_install: false

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v2
1717

1818
- name: Setup pnpm 8
19-
uses: pnpm/action-setup@v2
19+
uses: pnpm/action-setup@v4
2020
with:
2121
version: 8
2222

0 commit comments

Comments
 (0)