We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 367bac0 + 3ae4e49 commit 133e7b7Copy full SHA for 133e7b7
.travis.yml
@@ -3,7 +3,6 @@ language: node_js
3
notifications:
4
email: false
5
node_js:
6
- - 8
7
- 10
8
- 12
9
script: npm run travis
package.json
@@ -3,7 +3,7 @@
"version": "0.0.0-development",
"description": "An Elasticsearch query builder for Pelias",
"engines": {
- "node": ">=8.0.0"
+ "node": ">=10.0.0"
},
"main": "index.js",
"scripts": {
0 commit comments