From 1191caa2034f3417a9a7c8884daef9eec3d46157 Mon Sep 17 00:00:00 2001 From: Nicholas Cunningham Date: Fri, 2 May 2025 10:20:04 -0600 Subject: [PATCH] fix(core): remove unnecessary corepack defaults (#30992) These defaults are unnecessary and can be removed. ## Current Behavior ## Expected Behavior ## Related Issue(s) Fixes # --- .nx/workflows/agents.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.nx/workflows/agents.yaml b/.nx/workflows/agents.yaml index 3e2e562617..76f6e37146 100644 --- a/.nx/workflows/agents.yaml +++ b/.nx/workflows/agents.yaml @@ -7,8 +7,6 @@ launch-templates: GIT_AUTHOR_NAME: Test GIT_COMMITTER_EMAIL: test@test.com GIT_COMMITTER_NAME: Test - COREPACK_DEFAULT_TO_LATEST: '0' - COREPACK_ENABLE_AUTO_PIN: '0' SELECTED_PM: 'pnpm' NX_NATIVE_LOGGING: 'nx::native::db'