We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3255c commit 6f8a8d5Copy full SHA for 6f8a8d5
.nvmrc
@@ -1 +1 @@
1
-18.18.0
+20.8.0
src/steps/writing/creation/rootFiles.ts
@@ -46,7 +46,7 @@ export async function createRootFiles(options: Options) {
46
},
47
}),
48
49
- ".nvmrc": `18.18.0\n`,
+ ".nvmrc": `20.8.0\n`,
50
".prettierignore": formatIgnoreFile([
51
...(options.excludeAllContributors ? [] : [".all-contributorsrc"]),
52
...(options.excludeTests ? [] : ["coverage/"]),
0 commit comments