Dropped node < 14.0

Signed-off-by: Ismo Vuorinen <ismo.vuorinen@geniem.com>
This commit is contained in:
Ismo Vuorinen
2022-02-10 18:04:31 +02:00
parent 6fab591c6c
commit 76c1acc3c6
3 changed files with 903 additions and 692 deletions

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2

1589
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -9,6 +9,9 @@
"dev": "npx mix build",
"prod": "npx mix build -p"
},
"engines": {
"node": ">=14"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivuorinen/generic-landing-page.git"
@@ -23,6 +26,7 @@
"autoprefixer": "10.4.2",
"browser-sync": "2.27.7",
"browser-sync-webpack-plugin": "2.3.0",
"engine.io": "^6.1.2",
"laravel-mix": "6.0.41",
"mix-tailwindcss": "1.3.0",
"postcss": "8.4.6",