From 4e9e58912fd547702fae5a515182fa90ac0801f9 Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Thu, 28 Sep 2023 11:35:13 -0600 Subject: [PATCH] Use the current Node LTS Note: This is a breaking change! However, it is only breaking in a strict sense, and no runtime behavior should be different. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90e58bc6b..7ed7626f9 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ } }, "volta": { - "node": "14.20.1", + "node": "18.18.0", "yarn": "1.22.19" } }