Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

chore(deps): update circleci/node docker tag #432

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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.1
- image: circleci/node:8.17.0
steps:
- checkout
# Download and cache dependencies
Expand All @@ -23,7 +23,7 @@ jobs:
environment:
CC_TEST_REPORTER_ID: c7892a83184e24f1283acb42fbad83560ea94719318c3d94d38d92681f71261e
docker:
- image: circleci/node:8.16
- image: circleci/node:8.17
steps:
- checkout
- restore_cache:
Expand All @@ -46,7 +46,7 @@ jobs:

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