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

Downgrade to node v17.9

This commit is contained in:
Deven Caron
2023-02-09 10:00:31 -05:00
parent a2d658bc13
commit 943324220a
3 changed files with 784 additions and 648 deletions

View File

@@ -6,7 +6,7 @@
"author": "Locomotive <info@locomotive.ca>",
"type": "module",
"engines": {
"node": ">=18.13",
"node": ">=17.9",
"npm": ">=8.0"
},
"scripts": {
@@ -23,7 +23,7 @@
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"browser-sync": "^2.27.11",
"browser-sync": "^2.27.5",
"concat": "^1.0.3",
"esbuild": "^0.16.17",
"kleur": "^4.1.5",