Skip to content

Commit

Permalink
chore: bump circle node version
Browse files Browse the repository at this point in the history
  • Loading branch information
maticzav committed Mar 11, 2020
1 parent c981f9b commit d02df19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2.0
jobs:
test:
docker:
- image: 'circleci/node:11.3.0'
- image: 'circleci/node:13.8.0'
steps:
- checkout
- run:
Expand All @@ -17,7 +17,7 @@ jobs:

publish:
docker:
- image: 'circleci/node:11.3.0'
- image: 'circleci/node:13.8.0'
steps:
- checkout
- run:
Expand Down

0 comments on commit d02df19

Please sign in to comment.