From c546484f910ffb12212d382758da8e5e35f0beeb Mon Sep 17 00:00:00 2001 From: Corey Rice Date: Fri, 22 Sep 2023 19:35:34 -0400 Subject: [PATCH] chore: bump required node version to 18 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 674321a5..163ebfa2 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "repository": "https://github.com/VenusProtocol/subgraphs", "license": "MIT", "engines": { - "node": ">=16.x.x" + "node": ">=18.x.x" }, "workspaces": [ "packages/*",