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.
package.json
1 parent 7642b39 commit d9bad77Copy full SHA for d9bad77
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- uses: pnpm/action-setup@v4
22
with:
23
- version: 9
+ version: 9.11.0
24
25
# Cache node_modules
26
- uses: actions/setup-node@v4
package.json
@@ -36,5 +36,6 @@
36
},
37
"nx": {
38
"includedScripts": []
39
- }
+ },
40
+ "packageManager": "[email protected]"
41
}
0 commit comments