Skip to content

Commit

Permalink
chore: bump node requirement (>=10) (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored Dec 17, 2019
1 parent 187d7df commit 076edd0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ matrix:
# Run one test with Xcode 9.x, the rest with 10.x
- osx_image: xcode9.4
env: TRAVIS_NODE_VERSION=10
- osx_image: xcode10.3
env: TRAVIS_NODE_VERSION=6
- osx_image: xcode10.3
env: TRAVIS_NODE_VERSION=8
- osx_image: xcode10.3
env: TRAVIS_NODE_VERSION=10
- osx_image: xcode10.3
Expand Down
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
environment:
matrix:
- nodejs_version: 6
- nodejs_version: 8
- nodejs_version: 10
- nodejs_version: 12

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"tmp": "^0.1.0"
},
"engines": {
"node": ">=6"
"node": ">=10"
},
"dependencies": {
"cordova-common": "^3.1.0",
Expand Down

0 comments on commit 076edd0

Please sign in to comment.