From 1d5667a1273386f84e416059af7b6aba069e068e Mon Sep 17 00:00:00 2001 From: Jan Kassens Date: Tue, 2 Jan 2024 14:39:25 -0500 Subject: [PATCH] [churn] remove Node 19 from dev engines, add 21 (#27870) This allows running `yarn` with Node 21 installed, also removes Node 19 which is no longer supported according to https://nodejs.org/en/about/previous-releases --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f89d81a1d2cff..ba6f8e085bdf3 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "yargs": "^15.3.1" }, "devEngines": { - "node": "16.x || 18.x || 19.x || 20.x" + "node": "16.x || 18.x || 20.x || 21.x" }, "jest": { "testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"