Skip to content

Commit 539ddf0

Browse files
committed
Add support for pnpm v10
1 parent e52e198 commit 539ddf0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/build.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

3030
- name: Use Node.js ${{ matrix.node-version }}
3131
uses: actions/setup-node@v3

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,11 @@
5353
"sass": "^1.81.0",
5454
"vite": "^6.0.11",
5555
"vitest": "^3.0.5"
56+
},
57+
"pnpm": {
58+
"onlyBuiltDependencies": [
59+
"@parcel/watcher",
60+
"esbuild"
61+
]
5662
}
5763
}

0 commit comments

Comments
 (0)