Skip to content

Commit b7474b1

Browse files
chore(deps): update dependency pnpm to v10 (#1294)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0cd985b commit b7474b1

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install pnpm
1414
uses: pnpm/action-setup@v4
1515
with:
16-
version: 9
16+
version: 10
1717
- name: Install Node.js
1818
uses: actions/setup-node@v6
1919
with:
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install pnpm
3333
uses: pnpm/action-setup@v4
3434
with:
35-
version: 9
35+
version: 10
3636
- name: Install Node.js
3737
uses: actions/setup-node@v6
3838
with:
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install pnpm
5555
uses: pnpm/action-setup@v4
5656
with:
57-
version: 9
57+
version: 10
5858
- name: Install Node.js
5959
uses: actions/setup-node@v6
6060
with:
@@ -81,7 +81,7 @@ jobs:
8181
- name: Install pnpm
8282
uses: pnpm/action-setup@v4
8383
with:
84-
version: 9
84+
version: 10
8585
- name: Install Node.js
8686
uses: actions/setup-node@v6
8787
with:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install pnpm
1515
uses: pnpm/action-setup@v4
1616
with:
17-
version: 9
17+
version: 10
1818
- name: Install Node.js
1919
uses: actions/setup-node@v6
2020
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install pnpm
4646
uses: pnpm/action-setup@v4
4747
with:
48-
version: 9
48+
version: 10
4949
- name: Install Node.js
5050
uses: actions/setup-node@v6
5151
with:

.github/workflows/website.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: 9
28+
version: 10
2929
- name: Install Node.js
3030
uses: actions/setup-node@v6
3131
with:

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
nodejs 22.4.1
2-
pnpm 9.15.2
2+
pnpm 10.19.0

0 commit comments

Comments
 (0)