Merge branch 'MDL-60503-master' of git://github.com/damyon/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2017-11-01 10:41:48 +01:00
commit d25f1c3c3c
2 changed files with 2 additions and 2 deletions

View File

@ -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='node'
env: DB=none TASK=GRUNT NVM_VERSION='8.9'
exclude:
# MySQL - it's just too slow.

View File

@ -22,6 +22,6 @@
"xpath": "0.0.23"
},
"engines": {
"node": ">=4"
"node": "8.9"
}
}