From 35585ea20b8307d860b59dc17226ebb69b0bad53 Mon Sep 17 00:00:00 2001 From: agracio Date: Sun, 20 Oct 2024 14:53:08 +0100 Subject: [PATCH] adding Node.js 23 to CI build --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 530da24e..5d3de81a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,6 +75,7 @@ jobs: - name: Build ia32 timeout-minutes: 30 + if: ${{ inputs.build-version <23 }} run: | node-gyp configure build --target=${{ steps.node-test-version.outputs.node-version }} --runtime=node --release --arch=ia32 cmd /c copy /y build\Release\edge_*.node release\ia32\${{ inputs.build-version }}