We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47fb4ce commit b9efed7Copy full SHA for b9efed7
.github/workflows/build-test-ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
- uses: pnpm/action-setup@v3
18
with:
19
- version: 8
+ version: 10
20
- name: Setting up Node.js ${{ matrix.node-version }}
21
uses: actions/setup-node@v4
22
package.json
@@ -33,5 +33,5 @@
33
"prettier": "^3.3.3",
34
"vite-plugin-dts": "^4.3.0"
35
},
36
- "packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af"
+ "packageManager": "pnpm@10.18.2+sha512.9fb969fa749b3ade6035e0f109f0b8a60b5d08a1a87fdf72e337da90dcc93336e2280ca4e44f2358a649b83c17959e9993e777c2080879f3801e6f0d999ad3dd"
37
}
0 commit comments