Drop node v14 support

This commit is contained in:
Bjorn Stromberg 2023-06-04 10:01:26 +08:00
parent 61a437eba3
commit f8e6ae7aec
2 changed files with 1 additions and 2 deletions

View file

@ -16,7 +16,7 @@
"default": "./dist/index.js"
},
"engines": {
"node": ">=14.16"
"node": ">=16"
},
"scripts": {
"build": "del dist && tsc",