-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Revert "feat!: upgrade Node.js to 14 LTS (#1393)" This reverts commit c6b4c78. * build: yargs to 20.2.9, xcode 12.5.1
- Loading branch information
1 parent
b0f27bc
commit 7c01d6f
Showing
4 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,21 +46,21 @@ version: 2.1 | |
orbs: | ||
win: circleci/[email protected] | ||
jobs: | ||
test-linux-14: | ||
test-linux-10: | ||
docker: | ||
- image: circleci/node:14 | ||
- image: circleci/node:10 | ||
<<: *steps-ci | ||
test-linux-16: | ||
test-linux-12: | ||
docker: | ||
- image: circleci/node:16 | ||
- image: circleci/node:12 | ||
<<: *steps-ci | ||
test-linux-18: | ||
test-linux-14: | ||
docker: | ||
- image: cimg/node:18.7.0 | ||
- image: circleci/node:14 | ||
<<: *steps-ci | ||
test-mac: | ||
macos: | ||
xcode: "13.3.0" | ||
xcode: "11.7.0" | ||
<<: *steps-ci | ||
test-windows: | ||
executor: | ||
|
@@ -72,13 +72,13 @@ workflows: | |
version: 2 | ||
test: | ||
jobs: | ||
- test-linux-14: | ||
- test-linux-10: | ||
filters: | ||
branches: { ignore: gh-pages } | ||
- test-linux-16: | ||
- test-linux-12: | ||
filters: | ||
branches: { ignore: gh-pages } | ||
- test-linux-18: | ||
- test-linux-14: | ||
filters: | ||
branches: { ignore: gh-pages } | ||
- test-mac: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,10 @@ jobs: | |
repository: electron/electron-quick-start | ||
ref: refs/heads/master | ||
path: electron-quick-start | ||
- name: Use Node.js 14.x | ||
- name: Use Node.js 10.x | ||
uses: actions/[email protected] | ||
with: | ||
node-version: 14.x | ||
node-version: 10.x | ||
- name: Replace electron with electron-nightly | ||
run: | | ||
cd electron-quick-start | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
run: git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/* | ||
- uses: actions/[email protected] | ||
with: | ||
node-version: 14.x | ||
node-version: 12.x | ||
- run: npm install --engine-strict --no-lockfile | ||
- run: npm run docs:build | ||
- uses: docker://malept/gha-gh-pages:1.3.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters