Skip to content

Commit 5b831e1

Browse files
committed
Fix pnpm version
1 parent 7b56b53 commit 5b831e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install pnpm
4242
uses: pnpm/action-setup@v4
4343
with:
44-
version: 9
44+
version: 10
4545
- name: Install Node.js ${{ matrix.node-version }}
4646
uses: actions/setup-node@v4
4747
with:

0 commit comments

Comments
 (0)