File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -46,21 +46,21 @@ version: 2.1
46
46
orbs :
47
47
48
48
jobs :
49
- test-linux-14 :
49
+ test-linux-10 :
50
50
docker :
51
- - image : circleci/node:14
51
+ - image : circleci/node:10
52
52
<< : *steps-ci
53
- test-linux-16 :
53
+ test-linux-12 :
54
54
docker :
55
- - image : circleci/node:16
55
+ - image : circleci/node:12
56
56
<< : *steps-ci
57
- test-linux-18 :
57
+ test-linux-14 :
58
58
docker :
59
- - image : cimg /node:18.7.0
59
+ - image : circleci /node:14
60
60
<< : *steps-ci
61
61
test-mac :
62
62
macos :
63
- xcode : " 13.3 .0"
63
+ xcode : " 11.7 .0"
64
64
<< : *steps-ci
65
65
test-windows :
66
66
executor :
@@ -72,13 +72,13 @@ workflows:
72
72
version : 2
73
73
test :
74
74
jobs :
75
- - test-linux-14 :
75
+ - test-linux-10 :
76
76
filters :
77
77
branches : { ignore: gh-pages }
78
- - test-linux-16 :
78
+ - test-linux-12 :
79
79
filters :
80
80
branches : { ignore: gh-pages }
81
- - test-linux-18 :
81
+ - test-linux-14 :
82
82
filters :
83
83
branches : { ignore: gh-pages }
84
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 14 .x
20
+ - name : Use Node.js 10 .x
21
21
22
22
with :
23
- node-version : 14 .x
23
+ node-version : 10 .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 : 14 .x
19
+ node-version : 12 .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" : " ^21.1.1 "
47
+ "yargs-parser" : " ^20.2.9 "
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" : " >= 14.17.5 "
69
+ "node" : " >= 10.12.0 "
70
70
},
71
71
"scripts" : {
72
72
"ava" : " ava test/index.js" ,
You can’t perform that action at this time.
0 commit comments