Skip to content

Commit 6f8a8d5

Browse files
committed
Updated Node version to 20.8.0
1 parent ea3255c commit 6f8a8d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.18.0
1+
20.8.0

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.18.0\n`,
49+
".nvmrc": `20.8.0\n`,
5050
".prettierignore": formatIgnoreFile([
5151
...(options.excludeAllContributors ? [] : [".all-contributorsrc"]),
5252
...(options.excludeTests ? [] : ["coverage/"]),

0 commit comments

Comments
 (0)