Skip to content

Commit 8103b6e

Browse files
chore(deps): update dependency pnpm to v10
1 parent 759e187 commit 8103b6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/prepare/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
steps:
77
- uses: pnpm/action-setup@v4.2.0
88
with:
9-
version: 8.15.9
9+
version: 10.21.0
1010
- name: Use Node.js ${{ matrix.node-version }}
1111
uses: actions/setup-node@v4.4.0
1212
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install pnpm 🔧
1616
uses: pnpm/action-setup@v4.2.0
1717
with:
18-
version: 8.15.9
18+
version: 10.21.0
1919
- name: Setup Node 🔧
2020
uses: actions/setup-node@v4.4.0
2121
with:

0 commit comments

Comments
 (0)