Skip to content

Commit

Permalink
feat(corepack): Add env COREPACK_INTEGRITY_KEYS
Browse files Browse the repository at this point in the history
Resolves #29043
  • Loading branch information
Keysox committed May 13, 2024
1 parent dd52edd commit c25627a
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 c25627a

Please sign in to comment.