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

@@ -1,3 +1,3 @@
{ {
"version": 1711479960586 "version": 1711483996982
} }

2
package-lock.json generated
View File

@@ -27,7 +27,7 @@
"tiny-glob": "^0.2.9" "tiny-glob": "^0.2.9"
}, },
"engines": { "engines": {
"node": ">=20.1", "node": "20.x",
"npm": ">=8.0" "npm": ">=8.0"
} }
}, },

View File

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