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.
2 parents 4bf88da + 8ac93e6 commit cca42dcCopy full SHA for cca42dc
.github/workflows/ci.yml
@@ -25,9 +25,9 @@ jobs:
25
runs-on: ubuntu-latest
26
steps:
27
- uses: actions/checkout@v3
28
- - uses: pnpm/action-setup@v2
+ - uses: pnpm/action-setup@v3
29
with:
30
- version: 8
+ package_json_file: ./package.json
31
- name: Setup Node
32
uses: actions/setup-node@v3
33
package.json
@@ -84,5 +84,6 @@
84
"vitest": "^1.0.0",
85
"yup": "1.4.0",
86
"zod": "3.23.8"
87
- }
+ },
88
+ "packageManager": "[email protected]"
89
}
0 commit comments