Skip to content

Commit c260efc

Browse files
Update dependency pnpm to v10
1 parent 23038df commit c260efc

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: "15"
1818
- uses: pnpm/[email protected]
1919
with:
20-
version: 5.18.10
20+
version: 10.18.2
2121
- run: pnpm install --frozen-lockfile
2222
- run: pnpm test
2323
publish:
@@ -43,7 +43,7 @@ jobs:
4343
node-version: "15"
4444
- uses: pnpm/[email protected]
4545
with:
46-
version: 5.18.10
46+
version: 10.18.2
4747
- run: pnpm install --frozen-lockfile
4848
- name: Setup auth
4949
run: |

0 commit comments

Comments
 (0)