From f5bdc11926c69f18c106933f5faac59526b6b16b Mon Sep 17 00:00:00 2001 From: chrism1996 <159506618+chrism1996@users.noreply.github.com> Date: Tue, 1 Oct 2024 23:34:23 +1000 Subject: [PATCH] Added support for Node v20 (#277) no ref --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8504fbc..0817b07 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "gatsby-source-plugin" ], "engines": { - "node": "12.x || 14.x || 16.x || 18.x" + "node": "12.x || 14.x || 16.x || 18.x || 20.x" }, "scripts": { "lint": "eslint . --ext .js --cache",