mirror of
https://github.com/ivuorinen/generic-landing-page.git
synced 2026-02-13 15:49:15 +00:00
Dropped node < 14.0
Signed-off-by: Ismo Vuorinen <ismo.vuorinen@geniem.com>
This commit is contained in:
2
.github/workflows/npm.yml
vendored
2
.github/workflows/npm.yml
vendored
@@ -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
1589
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user