Skip to content

Commit 966e9ab

Browse files
chore(deps): update dependency pnpm to v11
1 parent b74aacd commit 966e9ab

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v4
2323
with:
24-
version: 10
24+
version: 11
2525
- name: Install Node.js
2626
uses: actions/setup-node@v7
2727
with:

.github/workflows/commit.yml

Lines changed: 1 addition & 1 deletion
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: 10
16+
version: 11
1717
- name: Install Node.js
1818
uses: actions/setup-node@v7
1919
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: 10
48+
version: 11
4949
- name: Install Node.js
5050
uses: actions/setup-node@v7
5151
with:

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install pnpm
1616
uses: pnpm/action-setup@v4
1717
with:
18-
version: 10
18+
version: 11
1919
- name: Install Node.js
2020
uses: actions/setup-node@v7
2121
with:
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install pnpm
3535
uses: pnpm/action-setup@v4
3636
with:
37-
version: 10
37+
version: 11
3838
- name: Install Node.js
3939
uses: actions/setup-node@v7
4040
with:

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pnpm 10.11.0
1+
pnpm 11.22.0
22
nodejs 22.4.1

0 commit comments

Comments
 (0)