Skip to content

Commit 8a228d9

Browse files
chore: fix .nvmrc version
1 parent 2503e03 commit 8a228d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/steps/writing/creation/rootFiles.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export async function createRootFiles(options: Options) {
2525
"node_modules/",
2626
]),
2727
}),
28-
".nvmrc": `20.11.1\n`,
28+
".nvmrc": `20.12.2\n`,
2929
".prettierignore": formatIgnoreFile([
3030
...(options.excludeAllContributors ? [] : [".all-contributorsrc"]),
3131
...(options.excludeTests ? [] : ["coverage/"]),

0 commit comments

Comments
 (0)