Skip to content
Snippets Groups Projects
Unverified Commit f604a5db authored by stefee's avatar stefee Committed by GitHub
Browse files

fix(nvm): do not attempt to pin node digest for nvm (#8215)


Co-authored-by: default avatarRhys Arkins <rhys@arkins.net>
parent 1b7f17f3
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,5 @@ export const language = LANGUAGE_NODE;
export const defaultConfig = {
fileMatch: ['(^|/)\\.nvmrc$'],
versioning: nodeVersioning.id,
pinDigests: false,
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment