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 70b136c commit a548593Copy full SHA for a548593
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- uses: pnpm/action-setup@v2.2.2
17
with:
18
- version: 7.8.0
+ version: 10.15.1
19
20
- name: Setup Node.js environment
21
uses: actions/setup-node@v3
package.json
@@ -21,5 +21,5 @@
"node": ">=16.0.0"
22
},
23
"dependencies": {},
24
- "packageManager": "pnpm@7.9.0"
+ "packageManager": "pnpm@10.15.1"
25
}
0 commit comments