diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d3ea4f195fe..4415ad237c7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: node-version-file: '.nvmrc' - name: Install pnpm run: | - corepack enable + npm i -g --force corepack && corepack enable corepack prepare pnpm@next-10 --activate - name: Install dependencies run: pnpm install