mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 07:57:45 +01:00
Update selenium/standalone-chrome to 3.8.1
This commit is contained in:
parent
62f0843283
commit
094c4747d3
1 changed files with 3 additions and 3 deletions
|
@ -29,21 +29,21 @@ jobs:
|
|||
docker:
|
||||
# specify the version you desire here
|
||||
- image: node:6
|
||||
- image: selenium/standalone-chrome:3.1.0
|
||||
- image: selenium/standalone-chrome:3.8.1
|
||||
working_directory: ~/repo-linux-node-v6
|
||||
steps: *steps
|
||||
build-linux-node-v8:
|
||||
docker:
|
||||
# specify the version you desire here
|
||||
- image: node:8
|
||||
- image: selenium/standalone-chrome:3.1.0
|
||||
- image: selenium/standalone-chrome:3.8.1
|
||||
working_directory: ~/repo-linux-node-v8
|
||||
steps: *steps
|
||||
build-linux-node-v9:
|
||||
docker:
|
||||
# specify the version you desire here
|
||||
- image: node:9
|
||||
- image: selenium/standalone-chrome:3.1.0
|
||||
- image: selenium/standalone-chrome:3.8.1
|
||||
working_directory: ~/repo-linux-node-v9
|
||||
steps: *steps
|
||||
|
||||
|
|
Loading…
Reference in a new issue