mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-61893 JavaScript: Accept any node version but Carbon (LTS)
This commit is contained in:
parent
22744b745b
commit
22d032301b
@ -56,7 +56,7 @@ matrix:
|
||||
include:
|
||||
# Run grunt/npm install on highest version ('node' is an alias for the latest node.js version.)
|
||||
- php: 7.2
|
||||
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.
|
||||
|
@ -22,6 +22,6 @@
|
||||
"xpath": "0.0.23"
|
||||
},
|
||||
"engines": {
|
||||
"node": "8.9"
|
||||
"node": ">=8.9 <9"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user