From 1d8c427ff9a490558bd02062e2feff8926943995 Mon Sep 17 00:00:00 2001 From: Nick Colley Date: Wed, 13 May 2020 13:26:20 +0100 Subject: [PATCH] Update CircleCi Node.js version to 10.13 Gatsby has made a breaking change in a minor version so we need to update to avoid the build breaking. https://github.com/gatsbyjs/gatsby/pull/22400#issuecomment-627911322 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 93d2d57c0..48ffeb953 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ references: container_config_node8: &container_config_node8 working_directory: ~/project/build docker: - - image: circleci/node:8.16 + - image: circleci/node:10.13 workspace_root: &workspace_root ~/project