Skip to content

Commit 57cdaac

Browse files
committed
fix: ci
1 parent 6640533 commit 57cdaac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
uses: actions/checkout@v3
2020

2121
- name: Setup pnpm
22-
uses: pnpm/action-setup@v2
22+
uses: pnpm/action-setup@v4
2323
with:
24-
version: 8.x.x
24+
version: 9.x.x
2525

2626
- name: Setup node env ${{ matrix.node-version }} 🏗
2727
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)