Skip to content

Commit

Permalink
adding Node.js 23 to CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Oct 20, 2024
1 parent 7fc7d46 commit 35585ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 35585ea

Please sign in to comment.