diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59717e80c0..01f655e62b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,10 @@ jobs: - uses: actions/checkout@v4 - name: Install pnpm - run: corepack enable pnpm + run: | + corepack enable + corepack prepare pnpm@10.0.0 --activate + - uses: actions/setup-node@v4 with: @@ -35,7 +38,9 @@ jobs: - uses: actions/checkout@v4 - name: Install pnpm - run: corepack enable pnpm + run: | + corepack enable + corepack prepare pnpm@10.0.0 --activate - uses: actions/setup-node@v4 with: @@ -60,7 +65,7 @@ jobs: - uses: actions/checkout@v4 - name: Install pnpm - run: corepack enable pnpm + run: corepack disable && npm install -g pnpm@latest - uses: actions/setup-node@v4 with: diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 5ede657dc8..30a162a7b3 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -16,7 +16,9 @@ jobs: - uses: actions/checkout@v4 - name: Install pnpm - run: corepack enable pnpm + run: | + corepack enable + corepack prepare pnpm@10.0.0 --activate - uses: actions/setup-node@v4 with: diff --git a/.github/workflows/realease-tag.yml b/.github/workflows/realease-tag.yml index 0e5c85e553..ee98598e78 100644 --- a/.github/workflows/realease-tag.yml +++ b/.github/workflows/realease-tag.yml @@ -14,7 +14,9 @@ jobs: uses: actions/checkout@v4 - name: Install pnpm - run: corepack enable pnpm + run: | + corepack enable + corepack prepare pnpm@10.0.0 --activate - uses: actions/setup-node@v4 with: diff --git a/.github/workflows/sync-h5.yml b/.github/workflows/sync-h5.yml index 31f6dc06a6..14ae6ab026 100644 --- a/.github/workflows/sync-h5.yml +++ b/.github/workflows/sync-h5.yml @@ -17,7 +17,9 @@ jobs: - uses: actions/checkout@v4 - name: Install pnpm - run: corepack enable pnpm + run: | + corepack enable + corepack prepare pnpm@10.0.0 --activate - uses: actions/setup-node@v4 with: diff --git a/.github/workflows/sync-migrate.yml b/.github/workflows/sync-migrate.yml index 28a2c4ddb8..82dde38c78 100644 --- a/.github/workflows/sync-migrate.yml +++ b/.github/workflows/sync-migrate.yml @@ -18,7 +18,9 @@ jobs: - uses: actions/checkout@v4 - name: Install pnpm - run: corepack enable pnpm + run: | + corepack enable + corepack prepare pnpm@10.0.0 --activate - uses: actions/setup-node@v4 with: diff --git a/.github/workflows/sync-taro.yml b/.github/workflows/sync-taro.yml index 64ca04d724..d135e2ca61 100644 --- a/.github/workflows/sync-taro.yml +++ b/.github/workflows/sync-taro.yml @@ -17,7 +17,9 @@ jobs: - uses: actions/checkout@v4 - name: Install pnpm - run: corepack enable pnpm + run: | + corepack enable + corepack prepare pnpm@10.0.0 --activate - uses: actions/setup-node@v4 with: diff --git a/.gitignore b/.gitignore index f56e3aa29f..54d4f200c4 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ node_modules .npmrc /dist /dist-demo +/dist-site /libs /jd/upload.js # yarn.lock diff --git a/index.html b/index.html index 47e045264c..738380c63b 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,7 @@ continue.
- + + + + + + + + + +