Skip to content

Commit df89a59

Browse files
committed
fix github action
1 parent 114b64b commit df89a59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
node-version: "20"
5555

5656
- name: Setup pnpm
57-
uses: pnpm/action-setup@v2
57+
uses: pnpm/action-setup@v4
5858
with:
59-
version: 8
59+
version: 9
6060
run_install: false
6161

6262
- name: Get pnpm store directory

0 commit comments

Comments
 (0)