Updated minimum Node version to 18.x

This commit is contained in:
squidfunk 2023-04-28 09:18:04 +02:00
parent 98283c18c9
commit bbc855492d
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ on:
- published
env:
NODE_VERSION: 14.x
NODE_VERSION: 18.x
PYTHON_VERSION: 3.x
permissions:

View File

@ -103,6 +103,6 @@
"typescript": "^5.0.4"
},
"engines": {
"node": ">= 16"
"node": ">= 18"
}
}