Skip to content

Commit

Permalink
fix(ci): set node version to 10.16.3 until 10.17 is evaluated (#1597)
Browse files Browse the repository at this point in the history
10.17 is evaluated.
  • Loading branch information
jodarove authored Oct 29, 2019
1 parent ef8b721 commit 8f57622
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 @@ -2,7 +2,7 @@
env_default: &env_default
working_directory: ~/lwc
docker:
- image: circleci/node:10-browsers
- image: circleci/node:10.16.3-browsers

env_perf: &env_perf
<<: *env_default
Expand Down

0 comments on commit 8f57622

Please sign in to comment.