Skip to content

Commit

Permalink
Update node version to 10.21.1 in circleci config.yml (#3229)
Browse files Browse the repository at this point in the history
* Update node version to 10.20.1 in circleci config.yml
  • Loading branch information
dsilhavy authored Apr 24, 2020
1 parent 58c9d05 commit c01b681
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:7.10
- image: circleci/node:10.20.1

_steps:
restore_cache: &restore_cache
Expand Down

0 comments on commit c01b681

Please sign in to comment.