From 2d476ccea469b205a4dad285e17b96096122b7d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 3 Sep 2022 12:09:32 +0400 Subject: [PATCH] Use node 16 --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 548a3aa..249d0b9 100644 --- a/package.json +++ b/package.json @@ -92,5 +92,9 @@ "func-names": "off", "unicorn/prevent-abbreviations": "off" } + }, + "engines": { + "node": ">=14.19.1 <=16.x.x", + "npm": ">=6.0.0" } }