Skip to content

Commit ae55c2f

Browse files
authored
default to node v22 types in CNA templates
1 parent ad725bf commit ae55c2f

File tree

1 file changed

+1
-1
lines changed
  • packages/create-next-app/templates

1 file changed

+1
-1
lines changed

packages/create-next-app/templates/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export const installTemplate = async ({
226226
packageJson.devDependencies = {
227227
...packageJson.devDependencies,
228228
typescript: "^5",
229-
"@types/node": "^20",
229+
"@types/node": "^22",
230230
"@types/react": "^19",
231231
"@types/react-dom": "^19",
232232
};

0 commit comments

Comments
 (0)