Skip to content

Commit 8023c3d

Browse files
shfshanyueliuyib
authored and
Wait
committed
chore: packagePamanager in package.json for corepack and pnpm/action-… (alibaba#2355)
* chore: packagePamanager in package.json for corepack and pnpm/action-setup * style: update position --------- Co-authored-by: liuyib <[email protected]>
1 parent c71d92a commit 8023c3d

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

.github/workflows/node-ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ jobs:
1515

1616
- name: Install pnpm
1717
uses: pnpm/[email protected]
18-
with:
19-
version: 7
2018

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

.github/workflows/test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616

1717
- name: Install pnpm
1818
uses: pnpm/[email protected]
19-
with:
20-
version: 7
2119

2220
- name: Get pnpm store directory
2321
id: pnpm-cache

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "ahooks",
33
"private": true,
4+
"packageManager": "[email protected]",
45
"repository": {
56
"type": "git",
67
"url": "git+https://github.com/alibaba/hooks.git"

0 commit comments

Comments
 (0)