We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682cf52 commit d34d676Copy full SHA for d34d676
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v5
17
- uses: pnpm/action-setup@v4
18
with:
19
- version: 10.7.0
+ version: 10.18.3
20
- name: Use Node.js ${{ matrix.node-version }}
21
uses: actions/setup-node@v5
22
package.json
@@ -42,5 +42,5 @@
42
"unrs-resolver"
43
]
44
},
45
- "packageManager": "pnpm@10.7.0"
+ "packageManager": "pnpm@10.18.3"
46
}
0 commit comments