Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: corepack manager use pnpm failed #2965

Merged
merged 17 commits into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install pnpm
run: corepack enable pnpm
run: npm i -g pnpm

- uses: actions/setup-node@v4
with:
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install pnpm
run: corepack enable pnpm
run: npm i -g pnpm

- uses: actions/setup-node@v4
with:
Expand All @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install pnpm
run: corepack enable pnpm
run: npm i -g pnpm

- uses: actions/setup-node@v4
with:
Expand All @@ -81,4 +81,4 @@ jobs:

- name: Build NutUI-React Taro H5 Demo
if: github.ref == 'refs/heads/next'
run: npm run build:taro:site
run: npm run build:taro:site
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install pnpm
run: corepack enable pnpm
run: npm i -g pnpm

- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/realease-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
run: corepack enable pnpm
run: npm i -g pnpm

- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-h5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install pnpm
run: corepack enable pnpm
run: npm i -g pnpm

- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install pnpm
run: corepack enable pnpm
run: npm i -g pnpm

- uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-taro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install pnpm
run: corepack enable pnpm
run: npm i -g pnpm

- uses: actions/setup-node@v4
with:
Expand Down
4,981 changes: 2,491 additions & 2,490 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading