Use newer version of CI container
This commit is contained in:
parent
1c95a026c0
commit
de37aae009
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ version: 2.0
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/node:8.11.2
|
- image: circleci/node:8.11-stretch-browsers
|
||||||
environment:
|
environment:
|
||||||
- npm_config_loglevel: notice
|
- npm_config_loglevel: notice
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue