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