We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8efdee6 + 8387e5d commit 6e1d4a9Copy full SHA for 6e1d4a9
.travis.yml
@@ -1,7 +1,7 @@
1
language: node_js
2
3
node_js:
4
-- 8
+- 10
5
6
cache:
7
yarn: true
netlify.toml
@@ -0,0 +1,2 @@
+[build.environment]
+ NODE_VERSION = "10"
package.json
@@ -23,7 +23,7 @@
23
"lintfix": "eslint src --fix"
24
},
25
"engines": {
26
- "node": ">=8",
+ "node": ">=10.18",
27
"npm": ">=5",
28
"yarn": ">=1.10"
29
@@ -48,7 +48,7 @@
48
"react-router-dom": "^5.2.0",
49
"react-scripts": "3.4.1",
50
"react-select": "^3.1.0",
51
- "react-tooltip": "^4.2.6",
+ "react-tooltip": "^4.2.7",
52
"sass-loader": "^8.0.2",
53
"shelljs": "0.8.4",
54
"sshpk": "^1.16.1",
0 commit comments