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 b368afc commit 4dc1257Copy full SHA for 4dc1257
.github/actions/setup/action.yml
@@ -6,7 +6,7 @@ runs:
6
- name: Setup pnpm
7
uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
8
with:
9
- version: 10.18.3
+ version: 10.22.0
10
11
- name: Setup Node.js
12
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
package.json
@@ -2,7 +2,7 @@
2
"name": "toolhive-cloud-ui",
3
"version": "0.1.0",
4
"private": true,
5
- "packageManager": "pnpm@10.18.3",
+ "packageManager": "pnpm@10.22.0",
"scripts": {
"dev": "next dev",
"build": "next build",
0 commit comments