Skip to content

Commit c693ff6

Browse files
chore: bumped .nvmrc template to 20.8.1
1 parent e04ebd9 commit c693ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/steps/writing/creation/rootFiles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export async function createRootFiles(options: Options) {
4646
},
4747
}),
4848
}),
49-
".nvmrc": `20.8.0\n`,
49+
".nvmrc": `20.8.1\n`,
5050
".prettierignore": formatIgnoreFile([
5151
...(options.excludeAllContributors ? [] : [".all-contributorsrc"]),
5252
...(options.excludeTests ? [] : ["coverage/"]),

0 commit comments

Comments
 (0)