mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
MDL-60503 npm: Lock required node 8.9.x (LTS)
This commit is contained in:
parent
14f2ce60a7
commit
c4c6e31630
2 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ matrix:
|
||||||
include:
|
include:
|
||||||
# Run grunt/npm install on highest version ('node' is an alias for the latest node.js version.)
|
# Run grunt/npm install on highest version ('node' is an alias for the latest node.js version.)
|
||||||
- php: 7.1
|
- php: 7.1
|
||||||
env: DB=none TASK=GRUNT NVM_VERSION='node'
|
env: DB=none TASK=GRUNT NVM_VERSION='8.9'
|
||||||
|
|
||||||
exclude:
|
exclude:
|
||||||
# MySQL - it's just too slow.
|
# MySQL - it's just too slow.
|
||||||
|
|
|
@ -19,6 +19,6 @@
|
||||||
"xpath": "0.0.23"
|
"xpath": "0.0.23"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=4"
|
"node": "8.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue