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 6cc4323 commit b84c061Copy full SHA for b84c061
.github/workflows/nextjs.yml
@@ -36,7 +36,7 @@ jobs:
36
fetch-depth: 0
37
- uses: pnpm/action-setup@v2
38
with:
39
- version: 8
+ version: 10
40
- name: Use Node.js 22
41
uses: actions/setup-node@v4
42
package.json
@@ -1,5 +1,5 @@
1
{
2
- "packageManager": "pnpm@10.8.0",
+ "packageManager": "pnpm@10.16.0",
3
"name": "ui",
4
"private": true,
5
"engines": {
0 commit comments