From fff69f248379229c0bf5434082fc5ac9345c0b4c Mon Sep 17 00:00:00 2001 From: acalcutt Date: Fri, 16 Sep 2022 20:04:32 -0400 Subject: [PATCH] put back node 10. without the package updates this still works --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 145c425..0c22c02 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "license": "BSD-2-Clause", "engines": { - "node": ">=14.20.0 <17" + "node": ">=10 <17" }, "scripts": { "test": "mocha test/**.js --timeout 10000",