Skip to content

Commit

Permalink
Update Node.js version requirements
Browse files Browse the repository at this point in the history
Note that Node.js version 16.x Vercel deployments created on or after 2024-06-15 will fail to build.
  • Loading branch information
HiDeoo committed Feb 21, 2024
1 parent f83c041 commit 0b5534a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
]
},
"engines": {
"node": ">=12.x"
"node": ">=16.x <18"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0b5534a

Please sign in to comment.