From 9ee3bf9b9017e97431e7bb337a33dda4b23d4dd4 Mon Sep 17 00:00:00 2001 From: Northern Man <19808920+NorthernMan54@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:04:59 -0500 Subject: [PATCH] Try NodeJS 23 again --- .github/workflows/Prepare prebuild environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Prepare prebuild environment.yml b/.github/workflows/Prepare prebuild environment.yml index 5742f43d..2fedac29 100644 --- a/.github/workflows/Prepare prebuild environment.yml +++ b/.github/workflows/Prepare prebuild environment.yml @@ -17,7 +17,7 @@ env: # Order reversed so newer versions are built first - Add new versions to the front (fail fast) # electronBuildTargets version 28 has an issue oldNodeBuildTargets: -t 18.0.0 -t 17.0.1 -t 16.0.0 - nodeBuildTargets: -t 22.0.0 -t 21.0.0 -t 20.0.0 -t 19.0.0 + nodeBuildTargets: -t 23.0.0 -t 22.0.0 -t 21.0.0 -t 20.0.0 -t 19.0.0 oldElectronBuildTargets: -t 19.0.0 -t 18.0.0 -t 17.0.0 -t 16.0.0 electronBuildTargets: -t 29.0.0 -t 27.0.0 -t 26.0.0 -t 25.0.0 -t 24.0.0 -t 23.0.0 -t 22.0.0 -t 21.0.0 -t 20.0.0 winIA32nodeBuildTargets: -t 17.0.1 -t 16.0.0