diff --git a/package.json b/package.json index 7185765..2923c93 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "This project contains a collection of pages that are meant to be used for testing various privacy and security features of browsers and browser extensions.", "main": "server.js", "engines": { - "node": "14.x" + "node": ">=18.0.0" }, "scripts": { "test": "npm run lint-js && npm run lint-html",