Set Node.js version to 18 for Vercel

pull/56/head
Astradus 1 year ago
parent ea0cb5ed1d
commit ad0bdc0f15

@ -7,6 +7,9 @@
"url": "https://matt-dangelo.com",
"email": "matthew.dangelo6@gmail.com"
},
"engines": {
"node": "18.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",

Loading…
Cancel
Save