forked from fac18/safe-space
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adjust travis.yml and package.json to cache node_modules and use node…
… 12.x
- Loading branch information
groupanimal
committed
Feb 10, 2020
1 parent
01d5a7d
commit 47de985
Showing
2 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
language: node_js | ||
cache: node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,5 +35,8 @@ | |
"devDependencies": { | ||
"eslint": "^6.8.0", | ||
"eslint-plugin-react": "^7.18.3" | ||
}, | ||
"engines": { | ||
"node": ">=12.x" | ||
} | ||
} |