From 88177f508468f7f9b7d07c388785df1a5c30e27e Mon Sep 17 00:00:00 2001 From: Denys Vuika Date: Thu, 7 Jun 2018 08:03:25 +0100 Subject: [PATCH] upgrade to latest node images --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 309640f2d..5205fe8ff 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: test: working_directory: ~/alfresco-content-app docker: - - image: circleci/node:8-browsers + - image: circleci/node:10-browsers steps: - checkout - restore_cache: @@ -18,7 +18,7 @@ jobs: lint: working_directory: ~/alfresco-content-app docker: - - image: circleci/node:8-browsers + - image: circleci/node:10-browsers steps: - checkout - restore_cache: @@ -28,7 +28,7 @@ jobs: spellcheck: working_directory: ~/alfresco-content-app docker: - - image: circleci/node:8-browsers + - image: circleci/node:10-browsers steps: - checkout - restore_cache: @@ -38,7 +38,7 @@ jobs: build: working_directory: ~/alfresco-content-app docker: - - image: circleci/node:8-browsers + - image: circleci/node:10-browsers steps: - checkout - restore_cache: