Skip to content

Commit e322e30

Browse files
chore(deps): update pnpm to v11
1 parent 779ec03 commit e322e30

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v6
3030
- uses: pnpm/action-setup@v6
3131
with:
32-
version: 10.33.2
32+
version: 11.0.9
3333
run_install: false
3434
- name: Setup Node
3535
uses: actions/setup-node@v6
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/checkout@v6
4949
- uses: pnpm/action-setup@v6
5050
with:
51-
version: 10.33.2
51+
version: 11.0.9
5252
run_install: false
5353
- name: Setup Node
5454
uses: actions/setup-node@v6

.github/workflows/nextjs_bundle_analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- uses: pnpm/action-setup@v6
2222
with:
23-
version: 10.33.2
23+
version: 11.0.9
2424
run_install: false
2525
- name: Setup Node
2626
uses: actions/setup-node@v6

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup pnpm
4141
uses: pnpm/action-setup@v6
4242
with:
43-
version: 10.33.2
43+
version: 11.0.9
4444
run_install: false
4545

4646
- name: Setup Node.js

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: actions/checkout@v6
5050
- uses: pnpm/action-setup@v6
5151
with:
52-
version: 10.33.2
52+
version: 11.0.9
5353
run_install: false
5454
- name: Setup Node
5555
uses: actions/setup-node@v6

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"engines": {
1212
"node": "24",
13-
"pnpm": "10"
13+
"pnpm": "11"
1414
},
1515
"scripts": {
1616
"prepare": "husky",

0 commit comments

Comments
 (0)