Skip to content

Commit

Permalink
MDL-60503 npm: Lock required node 8.9.x (LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
Damyon Wiese committed Nov 1, 2017
1 parent 40f1801 commit 66242b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"xpath": "0.0.23"
},
"engines": {
"node": ">=4"
"node": "8.9"
}
}

0 comments on commit 66242b9

Please sign in to comment.