Skip to content

Commit 1d8c427

Browse files
author
Nick Colley
committed
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. gatsbyjs/gatsby#22400 (comment)
1 parent 72e7fc3 commit 1d8c427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ references:
88
container_config_node8: &container_config_node8
99
working_directory: ~/project/build
1010
docker:
11-
- image: circleci/node:8.16
11+
- image: circleci/node:10.13
1212

1313
workspace_root: &workspace_root
1414
~/project

0 commit comments

Comments
 (0)