From c25627ac59e8475bcdbe8ec8a3d70f2610acf709 Mon Sep 17 00:00:00 2001 From: Keysox Date: Mon, 13 May 2024 14:56:05 -0600 Subject: [PATCH] feat(corepack): Add env COREPACK_INTEGRITY_KEYS Resolves #29043 --- lib/util/exec/env.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/util/exec/env.ts b/lib/util/exec/env.ts index a83824a19bfbb5..2bf84be36ca372 100644 --- a/lib/util/exec/env.ts +++ b/lib/util/exec/env.ts @@ -31,6 +31,7 @@ const basicEnvVars = [ 'COREPACK_ENABLE_PROJECT_SPEC', 'COREPACK_ENABLE_UNSAFE_CUSTOM_URLS', 'COREPACK_HOME', + 'COREPACK_INTEGRITY_KEYS', 'COREPACK_NPM_REGISTRY', 'COREPACK_NPM_TOKEN', 'COREPACK_NPM_USERNAME',