From 314b8b8ed9ff98639786df92b4a05e821b4cc092 Mon Sep 17 00:00:00 2001 From: Johannes Schill Date: Tue, 9 Oct 2018 09:24:14 +0200 Subject: [PATCH] Revert "Lock down node version to see if we get rid of the circleci build issue" This reverts commit 9080b2c4ff9cff9a1ca99c983051fb35a0789515. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a92b58da30a..a4bb2d67855 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -97,7 +97,7 @@ jobs: test-frontend: docker: - - image: circleci/node:8.12 + - image: circleci/node:8 steps: - checkout - restore_cache: