Skip to content

Commit

Permalink
Bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Nov 6, 2019
1 parent 6a1a31f commit 295334e
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 @@ -11,7 +11,7 @@ defaults: &defaults
REACT_DIST_TAG: << parameters.react-dist-tag >>
working_directory: /tmp/material-ui
docker:
- image: circleci/node:8.15
- image: circleci/node:8.16
# CircleCI has disabled the cache across forks for security reasons.
# Following their official statement, it was a quick solution, they
# are working on providing this feature back with appropriate security measures.
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
test_regressions:
<<: *defaults
docker:
- image: circleci/node:8.15
- image: circleci/node:8.16
- image: selenium/standalone-chrome:3.11.0
steps:
- checkout
Expand Down

0 comments on commit 295334e

Please sign in to comment.