Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 62eb993

Browse files
authoredSep 22, 2023
Merge branch 'main' into access-option
2 parents 6bc3f84 + b077fbc commit 62eb993

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)
Please sign in to comment.