We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2503e03 commit 8a228d9Copy full SHA for 8a228d9
src/steps/writing/creation/rootFiles.ts
@@ -25,7 +25,7 @@ export async function createRootFiles(options: Options) {
25
"node_modules/",
26
]),
27
}),
28
- ".nvmrc": `20.11.1\n`,
+ ".nvmrc": `20.12.2\n`,
29
".prettierignore": formatIgnoreFile([
30
...(options.excludeAllContributors ? [] : [".all-contributorsrc"]),
31
...(options.excludeTests ? [] : ["coverage/"]),
0 commit comments