File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Expand file tree Collapse file tree 4 files changed +14
-14
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-10 :
49
+ test-linux-14 :
50
50
docker :
51
- - image : circleci/node:10
51
+ - image : circleci/node:14
52
52
<< : *steps-ci
53
- test-linux-12 :
53
+ test-linux-16 :
54
54
docker :
55
- - image : circleci/node:12
55
+ - image : circleci/node:16
56
56
<< : *steps-ci
57
- test-linux-14 :
57
+ test-linux-18 :
58
58
docker :
59
- - image : circleci /node:14
59
+ - image : cimg /node:18.7.0
60
60
<< : *steps-ci
61
61
test-mac :
62
62
macos :
63
- xcode : " 11.6 .0"
63
+ xcode : " 13.3 .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-10 :
75
+ - test-linux-14 :
76
76
filters :
77
77
branches : { ignore: gh-pages }
78
- - test-linux-12 :
78
+ - test-linux-16 :
79
79
filters :
80
80
branches : { ignore: gh-pages }
81
- - test-linux-14 :
81
+ - test-linux-18 :
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 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 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