We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0844c commit 8276764Copy full SHA for 8276764
.github/workflows/ci.yml
@@ -21,9 +21,6 @@ jobs:
21
uses: actions/checkout@v4
22
23
- uses: pnpm/action-setup@v4
24
- name: Install pnpm
25
- with:
26
- version: 8
27
28
- name: Use Node.js ${{ env.NODE_VERSION }}
29
uses: actions/setup-node@v4
@@ -47,9 +44,6 @@ jobs:
47
44
48
45
49
46
50
51
52
53
54
55
package.json
@@ -170,5 +170,6 @@
170
"overrides": {
171
"node-sass": "^9.0.0"
172
}
173
- }
+ },
174
+ "packageManager": "[email protected]"
175
0 commit comments