Skip to content

Commit f2c8c0d

Browse files
chore(deps): update dependency pnpm to v11
1 parent 63e7b3c commit f2c8c0d

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

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@v6
2323
with:
24-
version: 10
24+
version: 11
2525
- uses: actions/setup-node@v6
2626
with:
2727
node-version: '24'

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install pnpm
2323
uses: pnpm/action-setup@v6
2424
with:
25-
version: 10
25+
version: 11
2626
- uses: actions/setup-node@v6
2727
with:
2828
node-version: '24'

.github/workflows/sonar.yaml

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@v6
1717
with:
18-
version: 10
18+
version: 11
1919
- uses: actions/setup-node@v6
2020
with:
2121
node-version: 24

.github/workflows/storybook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Install pnpm
1717
uses: pnpm/action-setup@v6
1818
with:
19-
version: 10
19+
version: 11
2020
- uses: actions/setup-node@v6
2121
with:
2222
node-version: 24

0 commit comments

Comments
 (0)