Upgraded node to v18

This commit is contained in:
Ismo Vuorinen
2023-01-10 11:17:37 +02:00
parent d1b9c1f5de
commit 172040e8f8
4 changed files with 1609 additions and 10181 deletions

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
node-version: [16.x]
node-version: [18.x]
steps:
- uses: actions/checkout@v3

View File

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

11784
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@
"prod": "npx mix build -p"
},
"engines": {
"node": ">=14"
"node": ">=18"
},
"repository": {
"type": "git",