Skip to content

Commit

Permalink
chore: build node-addon-api against X86
Browse files Browse the repository at this point in the history
PR-URL: #1276
Reviewed-By: Michael Dawson <midawson@redhat.com
  • Loading branch information
JckXia authored and mhdawson committed Jan 27, 2023
1 parent a70564c commit ff96948
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
strategy:
matrix:
node-version: [ 14.x, 16.x, 18.x, 19.x ]
architecture: [x64, x86]
os:
- windows-2019
- windows-2022
Expand All @@ -21,6 +22,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
architecture: ${{ matrix.architecture }}
- name: Check Node.js installation
run: |
node --version
Expand Down

0 comments on commit ff96948

Please sign in to comment.