Skip to content

Commit

Permalink
Update CircleCi Node.js version to 10.13
Browse files Browse the repository at this point in the history
Gatsby has made a breaking change in a minor version so we need to update to avoid the build breaking.

gatsbyjs/gatsby#22400 (comment)
  • Loading branch information
Nick Colley committed May 13, 2020
1 parent 278c2d6 commit 54c0ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -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
Expand Down

0 comments on commit 54c0ed4

Please sign in to comment.