Skip to content

Commit 94f9f17

Browse files
chore(deps): update dependency pnpm to v10
1 parent e1a4a16 commit 94f9f17

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: install pnpm
2626
uses: pnpm/action-setup@v4
2727
with:
28-
version: 7
28+
version: 10
2929
- name: setup node ${{ matrix.node }}
3030
uses: actions/setup-node@v5
3131
with:

.github/workflows/pake-homepage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: install pnpm
2323
uses: pnpm/action-setup@v4
2424
with:
25-
version: 7
25+
version: 10
2626
- name: setup node ${{ matrix.node }}
2727
uses: actions/setup-node@v5
2828
with:

.github/workflows/tauri-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: install pnpm
2525
uses: pnpm/action-setup@v4
2626
with:
27-
version: 7
27+
version: 10
2828
- name: setup node ${{ matrix.node }}
2929
uses: actions/setup-node@v5
3030
with:

0 commit comments

Comments
 (0)