Skip to content

Commit b077fbc

Browse files
feat: fix .nvmrc template to 18.18.0
1 parent 289e5f0 commit b077fbc

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
@@ -46,7 +46,7 @@ export async function createRootFiles(options: Options) {
4646
},
4747
}),
4848
}),
49-
".nvmrc": `18.17.1\n`,
49+
".nvmrc": `18.18.0\n`,
5050
".prettierignore": formatIgnoreFile([
5151
...(options.excludeContributors ? [] : [".all-contributorsrc"]),
5252
...(options.excludeTests ? [] : ["coverage/"]),

0 commit comments

Comments
 (0)