Skip to content

Commit

Permalink
MDL-61893 JavaScript: Accept any node version but Carbon (LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
scara committed May 17, 2018
1 parent 22744b7 commit 22d0323
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 @@ -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.
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": "8.9"
"node": ">=8.9 <9"
}
}

0 comments on commit 22d0323

Please sign in to comment.