From 4fc29ce27188b20782991a4dcd6754560db2c3a4 Mon Sep 17 00:00:00 2001 From: Olyno Date: Wed, 5 Oct 2022 15:54:22 +0000 Subject: [PATCH] fix: node 16.6.0 issue --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index f80c763e..ce09af1d 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,9 @@ "bin": { "near-sdk-js": "cli/cli.js" }, + "engines": { + "node": ">=14 <16.6.0 || >16.6.0" + }, "author": "Near Inc ", "dependencies": { "@babel/core": "^7.17.5",