Skip to content

Commit 2b14d12

Browse files
committed
tests: fix pnpm version
1 parent fb53400 commit 2b14d12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup pnpm
1818
uses: pnpm/action-setup@v4
1919
with:
20-
version: 9
20+
version: 10
2121
run_install: false
2222

2323
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)