Drop support for Node.js 14 (#192)

This commit is contained in:
Bjorn Stromberg 2023-08-07 23:18:36 +08:00 committed by GitHub
parent 5044c91273
commit e03c249d6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

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