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 9bd28ca + 73c59f8 commit dd0bb8eCopy full SHA for dd0bb8e
.nvmrc
@@ -1 +1 @@
1
-8
+10
.travis.yml
@@ -3,6 +3,7 @@ sudo: required
3
language: node_js
4
node_js:
5
- "8"
6
+ - "10"
7
env:
8
global:
9
- DOCKER_COMPOSE_VERSION=1.17.1
package.json
@@ -63,7 +63,7 @@
63
"sourceMap": true
64
},
65
"engines": {
66
- "node": "8",
+ "node": "10",
67
"npm": "5",
68
"yarn": "1"
69
}
0 commit comments