We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187d7df commit 076edd0Copy full SHA for 076edd0
.travis.yml
@@ -6,10 +6,6 @@ matrix:
6
# Run one test with Xcode 9.x, the rest with 10.x
7
- osx_image: xcode9.4
8
env: TRAVIS_NODE_VERSION=10
9
- - osx_image: xcode10.3
10
- env: TRAVIS_NODE_VERSION=6
11
12
- env: TRAVIS_NODE_VERSION=8
13
- osx_image: xcode10.3
14
15
appveyor.yml
@@ -1,7 +1,5 @@
1
environment:
2
matrix:
3
- - nodejs_version: 6
4
- - nodejs_version: 8
5
- nodejs_version: 10
- nodejs_version: 12
package.json
@@ -47,7 +47,7 @@
47
"tmp": "^0.1.0"
48
},
49
"engines": {
50
- "node": ">=6"
+ "node": ">=10"
51
52
"dependencies": {
53
"cordova-common": "^3.1.0",
0 commit comments