From e8b47c0e20b0621af6716104d6b31fff2161bdf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 3 Sep 2022 12:09:50 +0400 Subject: [PATCH] Use node 16 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7be3ec2..1da9a84 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "uuid": "d65204fd-feec-4e3e-9c49-a3840f7104a8" }, "engines": { - "node": ">=10.16.0 <=14.x.x", + "node": ">=14.19.1 <=16.x.x", "npm": ">=6.0.0" }, "license": "MIT"