feat!: drop Node.js 14 support

This commit is contained in:
Zoltan Kochan
2023-03-18 16:41:32 +02:00
parent 9d026b7cb1
commit eceaa8b8b7
124 changed files with 249 additions and 125 deletions

View File

@@ -9,7 +9,7 @@
"!*.map"
],
"engines": {
"node": ">=14.6"
"node": ">=16.14"
},
"scripts": {
"lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\"",