We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e52e198 commit 539ddf0Copy full SHA for 539ddf0
.github/workflows/build.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install pnpm
26
uses: pnpm/action-setup@v4
27
with:
28
- version: 9
+ version: 10
29
30
- name: Use Node.js ${{ matrix.node-version }}
31
uses: actions/setup-node@v3
package.json
@@ -53,5 +53,11 @@
53
"sass": "^1.81.0",
54
"vite": "^6.0.11",
55
"vitest": "^3.0.5"
56
+ },
57
+ "pnpm": {
58
+ "onlyBuiltDependencies": [
59
+ "@parcel/watcher",
60
+ "esbuild"
61
+ ]
62
}
63
0 commit comments