Bumped minimal node version to node 18

This commit is contained in:
McToel 2025-02-20 14:31:21 +01:00
parent 5e502a6f44
commit 3213dc4343
2 changed files with 1 additions and 3 deletions

View file

@ -25,7 +25,6 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: node-version:
- 16.x
- 18.x - 18.x
- 20.x - 20.x
- 22.x - 22.x
@ -52,7 +51,6 @@ jobs:
strategy: strategy:
matrix: matrix:
node-version: node-version:
- 16.x
- 18.x - 18.x
- 20.x - 20.x
- 22.x - 22.x

View file

@ -53,7 +53,7 @@
], ],
"packageManager": "npm@9.2.0", "packageManager": "npm@9.2.0",
"engines": { "engines": {
"node": ">=16" "node": ">=18"
}, },
"dependencies": { "dependencies": {
"content-type": "^1.0.4", "content-type": "^1.0.4",