File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 9
9
- master
10
10
11
11
env :
12
- NODE_BUILD_CMD : npx --no-install prebuild -t 10.12 .0 -t 12.13 .0 --strip
13
- ELECTRON_BUILD_CMD : npx --no-install prebuild -r electron -t 3.0.0 -t 4.0.0 -t 4.0.4 -t 5.0.0 --strip
12
+ NODE_PREBUILD_CMD : npx prebuild -t 10.0 .0 -t 12.0.0 -t 14.0.0 -t 16.0 .0 --strip
13
+ ELECTRON_PREBUILD_CMD : npx prebuild -r electron -t 3.0.0 -t 4.0.0 -t 4.0.4 -t 5.0.0 --strip
14
14
15
15
jobs :
16
16
19
19
matrix :
20
20
os :
21
21
- windows-2019
22
+ - ubuntu-latest
22
23
node :
23
24
- 10
25
+ - 12
26
+ - 14
27
+ - 16
28
+ - 18
24
29
fail-fast : false
25
30
name : Testing Node ${{ matrix.node }} on ${{ matrix.os }}
26
31
runs-on : ${{ matrix.os }}
35
40
36
41
- run : npm install
37
42
- run : npm test
43
+ - run : ${{ env.NODE_PREBUILD_CMD }}
Original file line number Diff line number Diff line change 49
49
]
50
50
}
51
51
],
52
- 'variables' : { 'runtime%' : 'node' },
52
+ 'variables' : {
53
+ 'runtime%' : 'node' ,
54
+ 'v8_enable_pointer_compression%' : 0 ,
55
+ 'v8_enable_31bit_smis_on_64bit_arch%' : 0 ,
56
+ },
53
57
'conditions' : [
54
58
['runtime=="electron"' , { 'defines' : ['NODE_RUNTIME_ELECTRON=1' ] }],
55
59
]
You can’t perform that action at this time.
0 commit comments