Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Set Node v12 to available nodesource version
Browse files Browse the repository at this point in the history
- seems v12.10.0 is the latest available version for bionic via nodesource ppa
- want to support a version that can be installed on our recommended stack
  • Loading branch information
ErisDS committed Oct 12, 2019
1 parent 9d15b06 commit da6f782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lint:js": "eslint ."
},
"engines": {
"node": "^8.16.0 || ^10.13.0 || ^12.11.1"
"node": "^8.16.0 || ^10.13.0 || ^12.10.0"
},
"devDependencies": {
"@ember/jquery": "1.1.0",
Expand Down

0 comments on commit da6f782

Please sign in to comment.