Skip to content

Commit 1e4b590

Browse files
Update dependency pnpm to v10
1 parent 795715b commit 1e4b590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
node-version: '22.20'
1818
- uses: pnpm/action-setup@v4
1919
with:
20-
version: 8
20+
version: 10
2121
run_install: false
2222
- run: pnpm install --frozen-lockfile
2323
- run: pnpm test
@@ -44,7 +44,7 @@ jobs:
4444
node-version: '22.20'
4545
- uses: pnpm/action-setup@v4
4646
with:
47-
version: 8
47+
version: 10
4848
run_install: false
4949
- run: pnpm install --frozen-lockfile
5050
- name: Setup auth

0 commit comments

Comments
 (0)