From bd52a14165818c9771ad034c3e0e336166955681 Mon Sep 17 00:00:00 2001 From: Stephan Hohe Date: Sun, 7 Jan 2024 16:45:25 +0100 Subject: [PATCH] Add the (advisory) "engines" field to package.json If we only test certain versions we might as well signal here which ones that are. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 2c2fce1..e19e3ef 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,9 @@ "url": "https://github.com/sth/karma-summary-reporter/issues" }, "homepage": "https://github.com/sth/karma-summary-reporter#readme", + "engines": { + "node": ">=16" + }, "devDependencies": { "chai": "^4.3.4", "mocha": "^9.0.0"