1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00

Update node version for vercel

This commit is contained in:
Deven Caron
2024-03-26 16:20:50 -04:00
parent 2b1eb8e0dd
commit dcb7e91b91
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
"author": "Locomotive <info@locomotive.ca>",
"type": "module",
"engines": {
"node": ">=20.1",
"node": "20.x",
"npm": ">=8.0"
},
"scripts": {