MDL-61893 JavaScript: Accept any node version but Carbon (LTS)
This commit is contained in:
committed by
Matteo Scaramuccia
parent
56ff85a36b
commit
6bdc80eaf5
+1
-1
@@ -55,7 +55,7 @@ matrix:
|
||||
include:
|
||||
# Run grunt/npm install on highest version ('node' is an alias for the latest node.js version.)
|
||||
- php: 7.1
|
||||
env: DB=none TASK=GRUNT NVM_VERSION='8.9'
|
||||
env: DB=none TASK=GRUNT NVM_VERSION='lts/carbon'
|
||||
|
||||
exclude:
|
||||
# MySQL - it's just too slow.
|
||||
|
||||
+1
-1
@@ -20,6 +20,6 @@
|
||||
"xpath": "0.0.23"
|
||||
},
|
||||
"engines": {
|
||||
"node": "8.9"
|
||||
"node": ">=8.9 <9"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user