From 928d285bf7333b3ab063be72bc4bd13fcfdf61f5 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Wed, 9 May 2018 08:36:08 +0200 Subject: [PATCH 1/2] chore: add Node.js 10 --- .circleci/config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 707a4807..cc8afff5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -66,6 +66,10 @@ jobs: docker: - image: webpackcontrib/circleci-node9:latest <<: *unit_tests + node10-latest: + docker: + - image: webpackcontrib/circleci-node10:latest + <<: *unit_tests node8-canary: docker: - image: webpackcontrib/circleci-node8:latest @@ -138,6 +142,13 @@ workflows: filters: tags: only: /.*/ + - node10-latest: + requires: + - analysis + - node6-latest + filters: + tags: + only: /.*/ - node8-canary: requires: - analysis @@ -150,6 +161,7 @@ workflows: - node8-latest - node8-canary - node9-latest + - node10-latest filters: branches: only: From 2e17937152ef504bf5b420dd7746cfd22e63e7f6 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Thu, 10 May 2018 13:46:38 +0200 Subject: [PATCH 2/2] chore: trigger new build