Skip to content

Commit 3221cfe

Browse files
chore(deps): update dependency pnpm to v10
1 parent f4e3ad7 commit 3221cfe

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@v5
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@v5
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@v5
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@v5
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@v5
2020
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install pnpm
1313
uses: pnpm/action-setup@v4
1414
with:
15-
version: 9
15+
version: 10
1616
- name: Install Node.js
1717
uses: actions/setup-node@v5
1818
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@v5
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.18.1

0 commit comments

Comments
 (0)