From 5d7ebb4b784cb7e41e28653d89054cfe65637a93 Mon Sep 17 00:00:00 2001 From: Jan Kassens Date: Fri, 21 Apr 2023 14:23:27 -0400 Subject: [PATCH] Allow Node.js 20 to build (#26693) This is stable and appears to build w/o problem. I don't see why we should disallow it. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a06525f398..c1fcd28927 100644 --- a/package.json +++ b/package.json @@ -102,7 +102,7 @@ "yargs": "^15.3.1" }, "devEngines": { - "node": "16.x || 18.x || 19.x" + "node": "16.x || 18.x || 19.x || 20.x" }, "jest": { "testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"