We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04ebd9 commit c693ff6Copy full SHA for c693ff6
src/steps/writing/creation/rootFiles.ts
@@ -46,7 +46,7 @@ export async function createRootFiles(options: Options) {
46
},
47
}),
48
49
- ".nvmrc": `20.8.0\n`,
+ ".nvmrc": `20.8.1\n`,
50
".prettierignore": formatIgnoreFile([
51
...(options.excludeAllContributors ? [] : [".all-contributorsrc"]),
52
...(options.excludeTests ? [] : ["coverage/"]),
0 commit comments