Skip to content

Commit

Permalink
chore: packagePamanager in package.json for corepack and pnpm/action-… (
Browse files Browse the repository at this point in the history
alibaba#2355)

* chore: packagePamanager in package.json for corepack and pnpm/action-setup

* style: update position

---------

Co-authored-by: liuyib <1656081615@qq.com>
  • Loading branch information
2 people authored and Wait committed Feb 26, 2024
1 parent c71d92a commit 8023c3d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 7

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 7

- name: Get pnpm store directory
id: pnpm-cache
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "ahooks",
"private": true,
"packageManager": "pnpm@7.33.6",
"repository": {
"type": "git",
"url": "git+https://github.com/alibaba/hooks.git"
Expand Down

0 comments on commit 8023c3d

Please sign in to comment.