Skip to content

Commit

Permalink
feat(corepack): Add env COREPACK_INTEGRITY_KEYS (#29047)
Browse files Browse the repository at this point in the history
  • Loading branch information
Keysox committed May 14, 2024
1 parent 04f4edb commit 84e4239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/util/exec/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 84e4239

Please sign in to comment.