We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7b975 commit ce213daCopy full SHA for ce213da
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: pnpm/action-setup@v4
26
name: Install pnpm
27
with:
28
- version: 9.15.4
+ version: 10.6.3
29
run_install: false
30
31
- name: Get pnpm store directory
package.json
@@ -5,7 +5,7 @@
5
"type": "git",
6
"url": "https://github.com/txnlab/use-wallet.git"
7
},
8
- "packageManager": "pnpm@9.15.4",
+ "packageManager": "pnpm@10.6.3",
9
"type": "module",
10
"scripts": {
11
"build": "pnpm build:packages && pnpm build:examples",
0 commit comments