Skip to content

Commit

Permalink
adjust travis.yml and package.json to cache node_modules and use node…
Browse files Browse the repository at this point in the history
… 12.x
  • Loading branch information
groupanimal committed Feb 10, 2020
1 parent 01d5a7d commit 47de985
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
language: node_js
cache: node_modules
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.18.3"
},
"engines": {
"node": ">=12.x"
}
}

0 comments on commit 47de985

Please sign in to comment.