mirror of https://github.com/vector-im/riot-web
Remove node 8.x from the build matrix
We don't support Node 8 anymore. Also the build is broken.pull/9159/head
parent
6ac69c109c
commit
df164d7489
|
@ -15,8 +15,10 @@ node_js:
|
||||||
# Current status of node versions: https://github.com/nodejs/LTS/
|
# Current status of node versions: https://github.com/nodejs/LTS/
|
||||||
# We don't work with node 6 because it doesn't support package-lock
|
# We don't work with node 6 because it doesn't support package-lock
|
||||||
# files which we need to avoid the broken version of base-x
|
# files which we need to avoid the broken version of base-x
|
||||||
- 8
|
#
|
||||||
|
# Our minimum supported version is Node 10.
|
||||||
- 10
|
- 10
|
||||||
|
- 11
|
||||||
addons:
|
addons:
|
||||||
chrome: stable
|
chrome: stable
|
||||||
before_install:
|
before_install:
|
||||||
|
|
Loading…
Reference in New Issue