From 967822d04e36e0f3a36ab696f610944054a3079c Mon Sep 17 00:00:00 2001 From: hex <90090323+hexacroes@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:03:38 +0800 Subject: [PATCH] chore: Allow Node.js 20 (#176) Node.js 20 is the new LTS (Long Term Support) > https://github.com/nodejs/release#release-schedule --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8465b88..9936d1f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "url": "https://github.com/LooksRare/sdk-v2.git" }, "engines": { - "node": ">= 16.15.1 <= 19.x" + "node": ">= 16.15.1 <= 20.x" }, "scripts": { "prebuild": "rm -rf ./src/typechain ./src/artifacts cache dist",