File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,21 @@ jobs:
1818 - standard
1919 - experimental
2020 node-version :
21- - 18.x
2221 - 20.x
2322 - 22.x
23+ - 24.x
24+ - 25.x
2425 architecture : [x64, x86]
2526 os :
2627 - windows-2022
2728 - windows-2025
29+ exclude :
30+ # Skip when node 24.x or 25.x AND architecture is x86 since there is
31+ # no published Node.js x86 build for those versions.
32+ - node-version : 24.x
33+ architecture : x86
34+ - node-version : 25.x
35+ architecture : x86
2836 runs-on : ${{ matrix.os }}
2937 steps :
3038 - name : Harden Runner
Original file line number Diff line number Diff line change 1818 - standard
1919 - experimental
2020 node-version :
21- - 18.x
2221 - 20.x
2322 - 22.x
23+ - 24.x
24+ - 25.x
2425 os :
2526 - macos-latest
2627 - ubuntu-latest
You can’t perform that action at this time.
0 commit comments