Skip to content

Commit ff96948

Browse files
JckXiamhdawson
authored andcommitted
chore: build node-addon-api against X86
PR-URL: #1276 Reviewed-By: Michael Dawson <[email protected]
1 parent a70564c commit ff96948

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-win.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
node-version: [ 14.x, 16.x, 18.x, 19.x ]
11+
architecture: [x64, x86]
1112
os:
1213
- windows-2019
1314
- windows-2022
@@ -21,6 +22,7 @@ jobs:
2122
uses: actions/setup-node@v3
2223
with:
2324
node-version: ${{ matrix.node-version }}
25+
architecture: ${{ matrix.architecture }}
2426
- name: Check Node.js installation
2527
run: |
2628
node --version

0 commit comments

Comments
 (0)