File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -3,42 +3,42 @@ node_js:
3
3
- " 6"
4
4
- " 8"
5
5
- " 10"
6
- - " 11 "
7
- - " 13 "
6
+ - " 12 "
7
+ - " 14 "
8
8
sudo : required
9
9
10
10
matrix :
11
11
include :
12
12
- os : linux
13
13
dist : bionic
14
- node_js : 12
14
+ node_js : 14
15
15
env :
16
16
- DEPLOY="true"
17
17
- MAIN="true"
18
18
- os : linux
19
19
dist : trusty
20
- node_js : 12
20
+ node_js : 14
21
21
env :
22
22
- DEPLOY="true"
23
23
- ARCH="armv7"
24
24
- os : linux
25
25
dist : trusty
26
- node_js : 12
26
+ node_js : 14
27
27
env :
28
28
- DEPLOY="true"
29
29
- ARCH="armv8"
30
30
- os : linux
31
31
dist : bionic
32
- node_js : 12
32
+ node_js : 14
33
33
env :
34
34
- DEPLOY="true"
35
35
- ELECTRON="9.4.4"
36
36
- os : osx
37
- node_js : 12
37
+ node_js : 14
38
38
env :
39
39
- DEPLOY="true"
40
40
- os : osx
41
- node_js : 12
41
+ node_js : 14
42
42
env :
43
43
- DEPLOY="true"
44
44
- ELECTRON="9.4.4"
Original file line number Diff line number Diff line change @@ -2,12 +2,14 @@ environment:
2
2
GITHUB_TOKEN :
3
3
secure : E1HpiZf9OJuc8XPGA57hJbCQlMWVCPVBePHiWF/BgmJ/+e/2OplyifiS/x8CJtcw
4
4
matrix :
5
- - nodejs_version : " 12 "
5
+ - nodejs_version : " 14 "
6
6
deploy : " true"
7
- - nodejs_version : " 12 "
7
+ - nodejs_version : " 14 "
8
8
electron : " 9.4.4"
9
9
deploy : " true"
10
10
11
+ image : Visual Studio 2017
12
+
11
13
platform :
12
14
- x64
13
15
- x86
Original file line number Diff line number Diff line change 16
16
"electron-mocha" : " ^6.0.0" ,
17
17
"jsdoc" : " ^3.5.4" ,
18
18
"mocha" : " ^5.0.0" ,
19
+ "node-abi" : " ^2.21.0" ,
19
20
"nyc" : " ^12.0.2" ,
20
21
"prebuild" : " ^10.0.1" ,
21
22
"semver" : " ^5.4.1" ,
You can’t perform that action at this time.
0 commit comments