From a1552f31988ef0b1401bac8bb943ec64a894e1de Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 30 Sep 2021 16:18:07 +0200 Subject: [PATCH] put node and npm version in package.json --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 4a35f0d6c6..6067902eba 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,10 @@ "bin": { "remix-ide": "./apps/remix-ide/bin/remix-ide" }, + "engines": { + "node": "^14.17.6", + "npm": "^6.14.15" + } "scripts": { "nx": "nx", "start": "nx start",