Skip to content

Commit 9007cc9

Browse files
chore(deps): update dependency pnpm to v10
1 parent 11f317c commit 9007cc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install pnpm
3030
uses: pnpm/action-setup@v4
3131
with:
32-
version: 9
32+
version: 10
3333
run_install: false
3434

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

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install pnpm
7575
uses: pnpm/action-setup@v4
7676
with:
77-
version: 9
77+
version: 10
7878
run_install: false
7979

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

0 commit comments

Comments
 (0)