Skip to content

Commit

Permalink
Bump docker-node in CI (#2259)
Browse files Browse the repository at this point in the history
* Bump docker-node in CI

Port of #2258 to develop

* Update config.yml
  • Loading branch information
adidahiya authored and giladgray committed Mar 19, 2018
1 parent 7166b66 commit 2f4f1a7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
install-dependencies:
docker:
- image: circleci/node:8
- image: circleci/node:8.10.0
steps:
- checkout
- restore_cache:
Expand All @@ -23,7 +23,7 @@ jobs:

compile:
docker:
- image: circleci/node:8
- image: circleci/node:8.10.0
steps:
- checkout
- attach_workspace:
Expand All @@ -42,7 +42,7 @@ jobs:

lint:
docker:
- image: circleci/node:8
- image: circleci/node:8.10.0
steps:
- checkout
- attach_workspace:
Expand All @@ -55,7 +55,7 @@ jobs:

dist:
docker:
- image: circleci/node:8
- image: circleci/node:8.10.0
steps:
- checkout
- attach_workspace:
Expand All @@ -73,7 +73,7 @@ jobs:

test:
docker:
- image: circleci/node:8-browsers
- image: circleci/node:8.10.0-browsers
environment:
CHROME_BIN: "/usr/bin/google-chrome"
parallelism: 4
Expand All @@ -94,7 +94,7 @@ jobs:
deploy-preview:
docker:
- image: circleci/node:8
- image: circleci/node:8.10.0
steps:
- checkout
- attach_workspace:
Expand All @@ -113,7 +113,7 @@ jobs:

deploy-npm:
docker:
- image: circleci/node:8
- image: circleci/node:8.10.0
steps:
- checkout
- attach_workspace:
Expand Down

1 comment on commit 2f4f1a7

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bump docker-node in CI (#2259)

Preview: documentation | landing | table

Please sign in to comment.