|
|
|
@ -15,8 +15,10 @@ node_js:
|
|
|
|
|
# Current status of node versions: https://github.com/nodejs/LTS/ |
|
|
|
|
# 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 |
|
|
|
|
- 8 |
|
|
|
|
# |
|
|
|
|
# Our minimum supported version is Node 10. |
|
|
|
|
- 10 |
|
|
|
|
- 11 |
|
|
|
|
addons: |
|
|
|
|
chrome: stable |
|
|
|
|
before_install: |
|
|
|
|