Skip to content

Commit

Permalink
Update minimum required Node.js version to v14 (vercel#41150)
Browse files Browse the repository at this point in the history
As discussed this updates our required minimum Node.js version to `v14` as `v12` is no longer being maintained. Since our targets for babel and swc already target the actively used Node.js version no change has been made there.
  • Loading branch information
ijjk authored and BowlingX committed Oct 5, 2022
1 parent 27c8e31 commit ebd703c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -218,7 +218,7 @@
"@babel/traverse": "7.18.0"
},
"engines": {
"node": ">=12.22.0"
"node": ">=14.0.0"
},
"packageManager": "pnpm@7.3.0"
}
2 changes: 1 addition & 1 deletion packages/create-next-app/package.json
Expand Up @@ -49,6 +49,6 @@
"validate-npm-package-name": "3.0.0"
},
"engines": {
"node": ">=12.22.0"
"node": ">=14.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/next/package.json
Expand Up @@ -281,6 +281,6 @@
"caniuse-lite": "1.0.30001406"
},
"engines": {
"node": ">=12.22.0"
"node": ">=14.0.0"
}
}

0 comments on commit ebd703c

Please sign in to comment.