From 93f8008b854a414673573527738ec5c4ae15c089 Mon Sep 17 00:00:00 2001 From: Lance Ball Date: Wed, 5 Jun 2019 14:19:17 -0400 Subject: [PATCH] build: use node 12 on ci/cd in addition to 8 and 10 --- .circleci/config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6e2a080b..f0375fd3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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