diff --git a/package-lock.json b/package-lock.json index 7cae264..37ae899 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,6 +22,9 @@ "eslint-plugin-prettier": "~2.6.0", "har-validator": "~5.1.0", "prettier": "~1.11.1" + }, + "engines": { + "node": ">=14.19.1" } }, "node_modules/@ava/babel-plugin-throws-helper": { diff --git a/package.json b/package.json index 3682cd4..26c763a 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,9 @@ "type": "git", "url": "https://github.com/sitespeedio/chrome-har.git" }, + "engines": { + "node": ">=14.19.1" + }, "license": "MIT", "devDependencies": { "ava": "~0.25.0",