Skip to content

Commit eaa3819

Browse files
committed
fix pnpm version
1 parent abb0774 commit eaa3819

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Diff for: .github/workflows/ci.yml

-4
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222

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

2826
- name: Use Node.js ${{ env.NODE_VERSION }}
2927
uses: actions/setup-node@v4
@@ -48,8 +46,6 @@ jobs:
4846

4947
- uses: pnpm/action-setup@v4
5048
name: Install pnpm
51-
with:
52-
version: 8
5349

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

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,9 @@
142142
},
143143
"engines": {
144144
"node": "16.* || 18.* || 20.*",
145-
"npm": "7 || 8 || >= 9"
145+
"pnpm": "9"
146146
},
147+
"packageManager": "[email protected]",
147148
"cacheDirectories": [
148149
"node_modules"
149150
],

0 commit comments

Comments
 (0)