Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/node:8.16
- image: circleci/node:8.17
steps:
- checkout
# Download and cache dependencies
Expand All @@ -23,7 +23,7 @@ jobs:
environment:
CC_TEST_REPORTER_ID: 0b103cd0a4a79d0a859c2f04327f27eded9fc9363c15b2cc2497bcd08fcc5b55
docker:
- image: circleci/node:8.16
- image: circleci/node:8.17
steps:
- checkout
- restore_cache:
Expand All @@ -45,7 +45,7 @@ jobs:

integration_tests:
docker:
- image: circleci/node:8.16
- image: circleci/node:8.17
steps:
- checkout
- restore_cache:
Expand Down