mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 18:31:17 +01:00
Removed node:10 as it doesn't exist yet.
This commit is contained in:
parent
bd44e6d071
commit
fb0e531f4a
1 changed files with 0 additions and 8 deletions
|
@ -70,13 +70,6 @@ jobs:
|
|||
- image: selenium/standalone-chrome:3.8.1
|
||||
working_directory: ~/repo-linux-node-v9
|
||||
steps: *build-steps
|
||||
build-linux-node-v10:
|
||||
docker:
|
||||
# specify the version you desire here
|
||||
- image: node:10
|
||||
- image: selenium/standalone-chrome:3.8.1
|
||||
working_directory: ~/repo-linux-node-v10
|
||||
steps: *build-steps
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
|
@ -85,5 +78,4 @@ workflows:
|
|||
- build-linux-node-v6
|
||||
- build-linux-node-v8
|
||||
- build-linux-node-v9
|
||||
- build-linux-node-v10
|
||||
|
||||
|
|
Loading…
Reference in a new issue