Skip to content

Commit 5af1379

Browse files
feat: bump .nvmrc in rootFiles.ts to 18.17.1
1 parent fb384ab commit 5af1379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hydrate/steps/writing/creation/rootFiles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ module.exports = {
179179
"require-license": "error",
180180
},
181181
}),
182-
".nvmrc": `18.17.0\n`,
182+
".nvmrc": `18.17.1\n`,
183183
".prettierignore": formatIgnoreFile([
184184
...(values.unitTests ? ["coverage/"] : []),
185185
"lib/",

0 commit comments

Comments
 (0)