Skip to content

Commit

Permalink
chore: fix node version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Jan 29, 2020
1 parent 4b176d3 commit c147129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2

defaults: &defaults
docker:
- image: circleci/node:10.9.0
- image: circleci/node:10
working_directory: ~/project

jobs:
Expand Down

0 comments on commit c147129

Please sign in to comment.