Skip to content

Commit 8276764

Browse files
committed
start using pnpm@9
1 parent ff0844c commit 8276764

File tree

3 files changed

+12018
-10006
lines changed

3 files changed

+12018
-10006
lines changed

.github/workflows/ci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- uses: pnpm/action-setup@v4
24-
name: Install pnpm
25-
with:
26-
version: 8
2724

2825
- name: Use Node.js ${{ env.NODE_VERSION }}
2926
uses: actions/setup-node@v4
@@ -47,9 +44,6 @@ jobs:
4744
uses: actions/checkout@v4
4845

4946
- uses: pnpm/action-setup@v4
50-
name: Install pnpm
51-
with:
52-
version: 8
5347

5448
- name: Use Node.js ${{ env.NODE_VERSION }}
5549
uses: actions/setup-node@v4

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -170,5 +170,6 @@
170170
"overrides": {
171171
"node-sass": "^9.0.0"
172172
}
173-
}
173+
},
174+
"packageManager": "[email protected]"
174175
}

0 commit comments

Comments
 (0)