Skip to content

Commit

Permalink
fix(circleci): Fix node version as 11.11.0 is causing issues on Jest'…
Browse files Browse the repository at this point in the history
…s test.
  • Loading branch information
galelis committed Mar 14, 2019
1 parent e90a7ad commit d6b75d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
defaults: &defaults
working_directory: ~/repo
docker:
- image: circleci/node:latest
- image: circleci/node:10.0.0

jobs:
##################
Expand Down

0 comments on commit d6b75d3

Please sign in to comment.