File tree Expand file tree Collapse file tree 4 files changed +19
-12
lines changed Expand file tree Collapse file tree 4 files changed +19
-12
lines changed Original file line number Diff line number Diff line change @@ -46,17 +46,21 @@ version: 2.1
46
46
orbs :
47
47
48
48
jobs :
49
- test-linux-12 :
50
- docker :
51
- - image : circleci/node:12
52
- << : *steps-ci
53
49
test-linux-14 :
54
50
docker :
55
51
- image : circleci/node:14
56
52
<< : *steps-ci
53
+ test-linux-16 :
54
+ docker :
55
+ - image : circleci/node:16
56
+ << : *steps-ci
57
+ test-linux-18 :
58
+ docker :
59
+ - image : cimg/node:18.7.0
60
+ << : *steps-ci
57
61
test-mac :
58
62
macos :
59
- xcode : " 11.7 .0"
63
+ xcode : " 13.3 .0"
60
64
<< : *steps-ci
61
65
test-windows :
62
66
executor :
@@ -68,10 +72,13 @@ workflows:
68
72
version : 2
69
73
test :
70
74
jobs :
71
- - test-linux-12 :
75
+ - test-linux-14 :
72
76
filters :
73
77
branches : { ignore: gh-pages }
74
- - test-linux-14 :
78
+ - test-linux-16 :
79
+ filters :
80
+ branches : { ignore: gh-pages }
81
+ - test-linux-18 :
75
82
filters :
76
83
branches : { ignore: gh-pages }
77
84
- test-mac :
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
repository : electron/electron-quick-start
18
18
ref : refs/heads/master
19
19
path : electron-quick-start
20
- - name : Use Node.js 10 .x
20
+ - name : Use Node.js 14 .x
21
21
22
22
with :
23
- node-version : 10 .x
23
+ node-version : 14 .x
24
24
- name : Replace electron with electron-nightly
25
25
run : |
26
26
cd electron-quick-start
Original file line number Diff line number Diff line change 16
16
run : git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
17
17
18
18
with :
19
- node-version : 12 .x
19
+ node-version : 14 .x
20
20
- run : npm install --engine-strict --no-lockfile
21
21
- run : npm run docs:build
22
22
- uses : docker://malept/gha-gh-pages:1.3.0
Original file line number Diff line number Diff line change 44
44
"rcedit" : " ^3.0.1" ,
45
45
"resolve" : " ^1.1.6" ,
46
46
"semver" : " ^7.1.3" ,
47
- "yargs-parser" : " ^20.2.9 "
47
+ "yargs-parser" : " ^21.1.1 "
48
48
},
49
49
"devDependencies" : {
50
50
"@typescript-eslint/eslint-plugin" : " ^4.0.1" ,
66
66
"typescript" : " ^4.0.2"
67
67
},
68
68
"engines" : {
69
- "node" : " >= 10.12.0 "
69
+ "node" : " >= 14.17.5 "
70
70
},
71
71
"scripts" : {
72
72
"ava" : " ava test/index.js" ,
You can’t perform that action at this time.
0 commit comments