Skip to content

Commit bdf59ff

Browse files
authored
chore: migrate to pnpm 11 (#353)
* chore: migrate to pnpm 11
1 parent 3388277 commit bdf59ff

6 files changed

Lines changed: 9 additions & 8 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
- uses: actions/checkout@v6
2121
- name: Install pnpm
2222
uses: pnpm/action-setup@v6
23-
with:
24-
version: 10
2523
- uses: actions/setup-node@v6
2624
with:
2725
node-version: '24'

.github/workflows/docs.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
fetch-depth: 0
2222
- name: Install pnpm
2323
uses: pnpm/action-setup@v6
24-
with:
25-
version: 10
2624
- uses: actions/setup-node@v6
2725
with:
2826
node-version: '24'

.github/workflows/sonar.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
- uses: actions/checkout@v6
1515
- name: Install pnpm
1616
uses: pnpm/action-setup@v6
17-
with:
18-
version: 10
1917
- uses: actions/setup-node@v6
2018
with:
2119
node-version: 24

.github/workflows/storybook.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515
- uses: actions/checkout@v6
1616
- name: Install pnpm
1717
uses: pnpm/action-setup@v6
18-
with:
19-
version: 10
2018
- uses: actions/setup-node@v6
2119
with:
2220
node-version: 24

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"private": true,
44
"version": "2.10.0",
55
"type": "module",
6+
"packageManager": "pnpm@11.8.0",
67
"scripts": {
78
"prepare": "husky && vite-envs update-types",
89
"dev": "vite",

pnpm-workspace.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
packages:
2+
- '.'
3+
4+
minimumReleaseAge: 0
5+
6+
allowBuilds:
7+
'@parcel/watcher': true
8+
esbuild: true

0 commit comments

Comments
 (0)