Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

Commit

Permalink
chore(dev): update dev env to latest Nodejs lts, update locked depend…
Browse files Browse the repository at this point in the history
…encies
  • Loading branch information
knalli committed Feb 17, 2018
1 parent 252e8ca commit ac2dc71
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.5
8.9
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist: trusty
sudo: false
language: node_js
node_js:
- "8.5"
- "8.9"

addons:
apt:
Expand Down
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"node": ">*"
},
"devEngines": {
"node": ">=8.5",
"node": ">=8.9",
"npm": ">=5.3"
},
"scripts": {
Expand Down

0 comments on commit ac2dc71

Please sign in to comment.