Skip to content

Commit 2002ff4

Browse files
authored
chore: udpate pnpm install ci (alibaba#1942)
* chore: udpate pnpm install ci * chore: remove `packageManager`
1 parent 8e7026e commit 2002ff4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/node-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
- uses: actions/checkout@v3
1515

1616
- name: Install pnpm
17-
uses: pnpm/[email protected]
17+
uses: pnpm/[email protected]
18+
with:
19+
version: 7
1820

1921
- name: Use Node.js ${{ matrix.node-version }}
2022
uses: actions/setup-node@v3

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
"webpack-cli": "^3.3.10",
7979
"webpack-merge": "^4.2.2"
8080
},
81-
"packageManager": "[email protected]",
8281
"commitlint": {
8382
"extends": [
8483
"@commitlint/config-conventional"

0 commit comments

Comments
 (0)