From 8a1afffb27c6093ce94c77619955b05a0732d07b Mon Sep 17 00:00:00 2001 From: Shisui <90075884+0xShisui@users.noreply.github.com> Date: Wed, 1 Mar 2023 09:34:31 +0100 Subject: [PATCH] chore: Update node version (#112) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 106e364..062bf26 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "url": "https://github.com/LooksRare/sdk-v2.git" }, "engines": { - "node": ">=18.14.0" + "node": ">= 16.15.1 <=18.14.2" }, "scripts": { "prebuild": "rm -rf typechain dist artifacts cache",