Skip to content

Commit

Permalink
build: test Node 14 in CI (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jun 8, 2020
1 parent 4d22659 commit 34d6fb1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ jobs:
docker:
- image: circleci/node:12
<<: *steps-ci
test-linux-14:
docker:
- image: circleci/node:14
<<: *steps-ci
test-mac:
macos:
xcode: "11.3.1"
Expand All @@ -74,6 +78,9 @@ workflows:
- test-linux-12:
filters:
branches: { ignore: gh-pages }
- test-linux-14:
filters:
branches: { ignore: gh-pages }
- test-mac:
filters:
branches: { ignore: gh-pages }
Expand Down

0 comments on commit 34d6fb1

Please sign in to comment.