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
4646orbs :
47474848jobs :
49- test-linux-12 :
50- docker :
51- - image : circleci/node:12
52- << : *steps-ci
5349 test-linux-14 :
5450 docker :
5551 - image : circleci/node:14
5652 << : *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
5761 test-mac :
5862 macos :
59- xcode : " 11.7 .0"
63+ xcode : " 13.3 .0"
6064 << : *steps-ci
6165 test-windows :
6266 executor :
@@ -68,10 +72,13 @@ workflows:
6872 version : 2
6973 test :
7074 jobs :
71- - test-linux-12 :
75+ - test-linux-14 :
7276 filters :
7377 branches : { ignore: gh-pages }
74- - test-linux-14 :
78+ - test-linux-16 :
79+ filters :
80+ branches : { ignore: gh-pages }
81+ - test-linux-18 :
7582 filters :
7683 branches : { ignore: gh-pages }
7784 - test-mac :
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 repository : electron/electron-quick-start
1818 ref : refs/heads/master
1919 path : electron-quick-start
20- - name : Use Node.js 10 .x
20+ - name : Use Node.js 14 .x
21212222 with :
23- node-version : 10 .x
23+ node-version : 14 .x
2424 - name : Replace electron with electron-nightly
2525 run : |
2626 cd electron-quick-start
Original file line number Diff line number Diff line change 1616 run : git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
17171818 with :
19- node-version : 12 .x
19+ node-version : 14 .x
2020 - run : npm install --engine-strict --no-lockfile
2121 - run : npm run docs:build
2222 - uses : docker://malept/gha-gh-pages:1.3.0
Original file line number Diff line number Diff line change 4444 "rcedit" : " ^3.0.1" ,
4545 "resolve" : " ^1.1.6" ,
4646 "semver" : " ^7.1.3" ,
47- "yargs-parser" : " ^20.2.9 "
47+ "yargs-parser" : " ^21.1.1 "
4848 },
4949 "devDependencies" : {
5050 "@typescript-eslint/eslint-plugin" : " ^4.0.1" ,
6666 "typescript" : " ^4.0.2"
6767 },
6868 "engines" : {
69- "node" : " >= 10.12.0 "
69+ "node" : " >= 14.17.5 "
7070 },
7171 "scripts" : {
7272 "ava" : " ava test/index.js" ,
You can’t perform that action at this time.
0 commit comments