mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-13 03:24:16 +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:
|
docker:
|
||||||
# specify the version you desire here
|
# specify the version you desire here
|
||||||
- image: node:6
|
- image: node:6
|
||||||
- image: selenium/standalone-chrome:3.1.0
|
- image: selenium/standalone-chrome:3.8.1
|
||||||
working_directory: ~/repo-linux-node-v6
|
working_directory: ~/repo-linux-node-v6
|
||||||
steps: *steps
|
steps: *steps
|
||||||
build-linux-node-v8:
|
build-linux-node-v8:
|
||||||
docker:
|
docker:
|
||||||
# specify the version you desire here
|
# specify the version you desire here
|
||||||
- image: node:8
|
- image: node:8
|
||||||
- image: selenium/standalone-chrome:3.1.0
|
- image: selenium/standalone-chrome:3.8.1
|
||||||
working_directory: ~/repo-linux-node-v8
|
working_directory: ~/repo-linux-node-v8
|
||||||
steps: *steps
|
steps: *steps
|
||||||
build-linux-node-v9:
|
build-linux-node-v9:
|
||||||
docker:
|
docker:
|
||||||
# specify the version you desire here
|
# specify the version you desire here
|
||||||
- image: node:9
|
- image: node:9
|
||||||
- image: selenium/standalone-chrome:3.1.0
|
- image: selenium/standalone-chrome:3.8.1
|
||||||
working_directory: ~/repo-linux-node-v9
|
working_directory: ~/repo-linux-node-v9
|
||||||
steps: *steps
|
steps: *steps
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue