Skip to content

Commit

Permalink
build: use node 12 on ci/cd in addition to 8 and 10
Browse files Browse the repository at this point in the history
  • Loading branch information
lance committed Jun 5, 2019
1 parent fd01393 commit 93f8008
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,21 @@ jobs:
ignore:
- gh-pages

node12:
docker:
- image: circleci/node:12
<<: *common-build

filters:
branches:
ignore:
- gh-pages

workflows:
version: 2
test_node_versions:
jobs:
- node8
- node10
- node12

0 comments on commit 93f8008

Please sign in to comment.