Skip to content

Commit 7c01d6f

Browse files
authored
revert: "feat!: upgrade Node.js to 14 LTS (#1393)" (#1398)
* Revert "feat!: upgrade Node.js to 14 LTS (#1393)" This reverts commit c6b4c78. * build: yargs to 20.2.9, xcode 12.5.1
1 parent b0f27bc commit 7c01d6f

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

.circleci/config.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -46,21 +46,21 @@ version: 2.1
4646
orbs:
4747
win: circleci/[email protected]
4848
jobs:
49-
test-linux-14:
49+
test-linux-10:
5050
docker:
51-
- image: circleci/node:14
51+
- image: circleci/node:10
5252
<<: *steps-ci
53-
test-linux-16:
53+
test-linux-12:
5454
docker:
55-
- image: circleci/node:16
55+
- image: circleci/node:12
5656
<<: *steps-ci
57-
test-linux-18:
57+
test-linux-14:
5858
docker:
59-
- image: cimg/node:18.7.0
59+
- image: circleci/node:14
6060
<<: *steps-ci
6161
test-mac:
6262
macos:
63-
xcode: "13.3.0"
63+
xcode: "11.7.0"
6464
<<: *steps-ci
6565
test-windows:
6666
executor:
@@ -72,13 +72,13 @@ workflows:
7272
version: 2
7373
test:
7474
jobs:
75-
- test-linux-14:
75+
- test-linux-10:
7676
filters:
7777
branches: { ignore: gh-pages }
78-
- test-linux-16:
78+
- test-linux-12:
7979
filters:
8080
branches: { ignore: gh-pages }
81-
- test-linux-18:
81+
- test-linux-14:
8282
filters:
8383
branches: { ignore: gh-pages }
8484
- test-mac:

.github/workflows/canary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 14.x
20+
- name: Use Node.js 10.x
2121
uses: actions/[email protected]
2222
with:
23-
node-version: 14.x
23+
node-version: 10.x
2424
- name: Replace electron with electron-nightly
2525
run: |
2626
cd electron-quick-start

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
run: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
1717
- uses: actions/[email protected]
1818
with:
19-
node-version: 14.x
19+
node-version: 12.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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"rcedit": "^3.0.1",
4545
"resolve": "^1.1.6",
4646
"semver": "^7.1.3",
47-
"yargs-parser": "^21.1.1"
47+
"yargs-parser": "^20.2.9"
4848
},
4949
"devDependencies": {
5050
"@typescript-eslint/eslint-plugin": "^4.0.1",
@@ -66,7 +66,7 @@
6666
"typescript": "^4.0.2"
6767
},
6868
"engines": {
69-
"node": ">= 14.17.5"
69+
"node": ">= 10.12.0"
7070
},
7171
"scripts": {
7272
"ava": "ava test/index.js",

0 commit comments

Comments
 (0)