diff --git a/package.json b/package.json index a7bb2df..75ff1cc 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "lib/index.js", "typings": "lib/index.d.ts", "engines": { - "node": ">=12.0.0" + "node": ">=14.0.0" }, "scripts": { "build": "rimraf lib && tsc -p tsconfig.build.json",