From 825ca5137a7b4b9c6d85b4718eb5e2fe8759acf1 Mon Sep 17 00:00:00 2001 From: Nathaniel Tucker Date: Tue, 20 Feb 2024 10:02:51 +0000 Subject: [PATCH] internal: Do not globally install corepack --- .circleci/config.yml | 1 - .github/workflows/benchmark.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 52c11d62c794..08918a852121 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -23,7 +23,6 @@ jobs: - run: name: yarn install command: | - sudo npm install -g corepack sudo corepack enable YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn workspace todo-app add @data-client/endpoint@workspace:^ @data-client/react@workspace:^ @data-client/rest@workspace:^ YARN_ENABLE_IMMUTABLE_INSTALLS=false yarn workspace github-app add @data-client/graphql@workspace:^ @data-client/hooks@workspace:^ @data-client/react@workspace:^ @data-client/rest@workspace:^ diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 40e57c75f482..3f487b0c5a88 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -33,7 +33,6 @@ jobs: cache: 'yarn' - name: Install packages run: | - npm install -g corepack corepack enable yarn install --immutable - name: Build packages