Skip to content

Commit

Permalink
🆕 Use node v12 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Anees I committed Oct 19, 2020
1 parent 1e16510 commit 3c4a580
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 @@ jobs:
build_and_test:
working_directory: ~/babel-cli
docker:
- image: node:10-jessie
- image: node:12
steps:
- checkout
- restore_cache:
Expand Down

0 comments on commit 3c4a580

Please sign in to comment.