Skip to content

Commit a687422

Browse files
committed
Update pnpm
1 parent 63492cb commit a687422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install pnpm
1717
uses: pnpm/action-setup@v4
1818
with:
19-
version: 9
19+
version: 10
2020
- name: Install Node.js
2121
uses: actions/setup-node@v4
2222
with:
@@ -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)