File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 npm test
8989
9090 tests :
91- # lint-python takes ~5 seconds, so wait for it to pass before running the full matrix of tests.
92- needs : [lint-python]
9391 strategy :
9492 fail-fast : false
9593 max-parallel : 11
10199 - os : macos-13
102100 python : " 3.13"
103101 node : 23.x
104- - os : ubuntu-24.04-arm
102+ - os : ubuntu-24.04-arm
105103 python : " 3.13"
106104 node : 23.x
107105 - os : windows-2025
Original file line number Diff line number Diff line change 66 branches : [ main ]
77 pull_request :
88 branches : [ main ]
9+ workflow_dispatch :
910
1011permissions :
1112 contents : read # to fetch code (actions/checkout)
Original file line number Diff line number Diff line change @@ -75,7 +75,8 @@ function quote (path) {
7575}
7676
7777describe ( 'windows-cross-compile' , function ( ) {
78- it ( 'build simple node-api addon' , async function ( ) {
78+ // Visual Studio Clang removed wasm support in the latest VS2022.
79+ it . skip ( 'build simple node-api addon' , async function ( ) {
7980 if ( process . platform !== 'win32' ) {
8081 return this . skip ( 'This test is only for windows' )
8182 }
You can’t perform that action at this time.
0 commit comments