From c6ad9caf7bba6ff5028034d79662259732fa8227 Mon Sep 17 00:00:00 2001 From: Peter Petermann Date: Sat, 28 May 2022 10:27:46 +0200 Subject: [PATCH] allow for later node versions 10.x went end of life over 2 years ago. this change allows people with newer node versions to run the scripts as well. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 372441bf6..0023f937b 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,6 @@ "author" : "The Betaflight open source project.", "license" : "GPL-3.0", "engines" : { - "node" : "10.x" + "node" : ">=10.x" } }