Skip to content

Commit 076edd0

Browse files
authored
chore: bump node requirement (>=10) (#743)
1 parent 187d7df commit 076edd0

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ matrix:
66
# Run one test with Xcode 9.x, the rest with 10.x
77
- osx_image: xcode9.4
88
env: TRAVIS_NODE_VERSION=10
9-
- osx_image: xcode10.3
10-
env: TRAVIS_NODE_VERSION=6
11-
- osx_image: xcode10.3
12-
env: TRAVIS_NODE_VERSION=8
139
- osx_image: xcode10.3
1410
env: TRAVIS_NODE_VERSION=10
1511
- osx_image: xcode10.3

appveyor.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
environment:
22
matrix:
3-
- nodejs_version: 6
4-
- nodejs_version: 8
53
- nodejs_version: 10
64
- nodejs_version: 12
75

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"tmp": "^0.1.0"
4848
},
4949
"engines": {
50-
"node": ">=6"
50+
"node": ">=10"
5151
},
5252
"dependencies": {
5353
"cordova-common": "^3.1.0",

0 commit comments

Comments
 (0)