diff --git a/.github/actions/install-app-node/action.yml b/.github/actions/install-app-node/action.yml index 2e20cb50b..a0ce595d4 100644 --- a/.github/actions/install-app-node/action.yml +++ b/.github/actions/install-app-node/action.yml @@ -27,6 +27,7 @@ runs: node-version: ${{ inputs.node-version }} - name: Install pnpm run: | + npm install --global corepack@latest corepack enable corepack prepare shell: bash diff --git a/.github/actions/install-app/action.yml b/.github/actions/install-app/action.yml index 0bc704afc..204ceda1d 100644 --- a/.github/actions/install-app/action.yml +++ b/.github/actions/install-app/action.yml @@ -20,6 +20,7 @@ runs: node-version-file: '.nvmrc' - name: Install pnpm run: | + npm install --global corepack@latest corepack enable corepack prepare shell: bash diff --git a/.github/disabled/ci-windows.yml b/.github/disabled/ci-windows.yml index e24a6f990..b6bc6c013 100644 --- a/.github/disabled/ci-windows.yml +++ b/.github/disabled/ci-windows.yml @@ -25,6 +25,7 @@ jobs: node-version-file: '.nvmrc' - name: Install pnpm run: | + npm install --global corepack@latest corepack enable corepack install - name: set store diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index 8c2683b2d..b1ffcf7ac 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -33,6 +33,7 @@ jobs: - name: Install pnpm run: | + npm install --global corepack@latest corepack enable corepack install diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc5b0a419..45310ca2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,6 +91,7 @@ jobs: node-version-file: '.nvmrc' - name: Install pnpm run: | + npm install --global corepack@latest corepack enable corepack install - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 diff --git a/.github/workflows/ui-components.yml b/.github/workflows/ui-components.yml index b9d8db389..c2b63a7e5 100644 --- a/.github/workflows/ui-components.yml +++ b/.github/workflows/ui-components.yml @@ -31,6 +31,7 @@ jobs: - name: Install pnpm run: | + npm install --global corepack@latest corepack enable corepack install - name: Install diff --git a/package.json b/package.json index e2b4fd7f0..d0fd315c8 100644 --- a/package.json +++ b/package.json @@ -115,7 +115,7 @@ "supertest": "7.0.0", "ts-node": "10.9.2", "typescript": "5.3.3", - "undici-types": "5.28.2", + "undici-types": "5.28.4", "semver": "^7.6.3", "update-ts-references": "3.6.0", "verdaccio-audit": "workspace:*", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d35577c12..41d5c1f4c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -312,8 +312,8 @@ importers: specifier: 5.3.3 version: 5.3.3 undici-types: - specifier: 5.28.2 - version: 5.28.2 + specifier: 5.28.4 + version: 5.28.4 update-ts-references: specifier: 3.6.0 version: 3.6.0 @@ -26483,8 +26483,8 @@ packages: /undici-types@5.26.5: resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} - /undici-types@5.28.2: - resolution: {integrity: sha512-W71OLwDqzIO0d3k07qg1xc7d4cX8SsSwuCO4bQ4V7ITwduXXie/lcImofabP5VV+NvuvSe8ovKvHVJcizVc1JA==} + /undici-types@5.28.4: + resolution: {integrity: sha512-3OeMF5Lyowe8VW0skf5qaIE7Or3yS9LS7fvMUI0gg4YxpIBVg0L8BxCmROw2CcYhSkpR68Epz7CGc8MPj94Uww==} dev: true /undici-types@6.20.0: