From 940d39f0b5b76a6407328e254d849e6d75cc8bfa Mon Sep 17 00:00:00 2001 From: Ryan Smith <3045513+ryansmith94@users.noreply.github.com> Date: Wed, 15 Apr 2020 11:17:12 +0100 Subject: [PATCH] ci(Circle): Updates to Node 10 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d710367f..89f513bd 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ machine: jobs: build: docker: - - image: node:8.16.1@sha256:e45a254cf0f7071ffae9a6770cce268baf1f1952f6abb55c1061bff0757b138f + - image: node:10 environment: - NPM_CONFIG_LOGLEVEL: warn working_directory: ~/repo