From 4e9e58912fd547702fae5a515182fa90ac0801f9 Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Thu, 28 Sep 2023 11:35:13 -0600 Subject: [PATCH 1/2] 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" } } From 0aca4cc24d0aa164ced1d65c9661c65f0698fcd4 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:48:46 -0400 Subject: [PATCH 2/2] Change node 18.18.0 to 18.18.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ed7626f9..62bbc74dd 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ } }, "volta": { - "node": "18.18.0", + "node": "18.18.1", "yarn": "1.22.19" } }