From 345dd747b25ca161d2825bdb42f0f71d7877c445 Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Mon, 12 Aug 2024 07:58:03 -0400 Subject: [PATCH] build: Bump node to 22.5.1 (#13118) Node 22 brings with it: - `node --run` to run scripts (fast) - stable `node --watch` - `glob` in `node:fs` which should allow us to remove a couple of our dependencies and clean up our scripts. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c737d5a10d6..ebf4021a7a6a 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "yalc:publish": "lerna run yalc:publish" }, "volta": { - "node": "18.20.3", + "node": "22.5.1", "yarn": "1.22.22" }, "workspaces": [