[
https://issues.apache.org/jira/browse/CB-14068?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16476605#comment-16476605
]
ASF GitHub Bot commented on CB-14068:
-------------------------------------
dpogue closed pull request #293: CB-14068: Drop support for Node 4 and add Node
10 to CI
URL: https://github.com/apache/cordova-cli/pull/293
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/.travis.yml b/.travis.yml
index 1e15f084..d55a6f4a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,9 +3,9 @@ sudo: false
git:
depth: 10
node_js:
- - "4"
- "6"
- "8"
+ - "10"
before_install:
- npm cache clean -f
diff --git a/appveyor.yml b/appveyor.yml
index abf92bf0..686edd1f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,9 +3,9 @@
environment:
matrix:
- - nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
+ - nodejs_version: "10"
# getting cordova tools dependencies from github
# to make sure we're using their latest versions
diff --git a/package.json b/package.json
index 8b3f7e09..e02cb2c6 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"description": "Cordova command line interface tool",
"main": "cordova",
"engines": {
- "node": ">=4.0.0"
+ "node": ">=6.0.0"
},
"bin": {
"cordova": "./bin/cordova"
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Remove Node 4 from CI - cordova-cli
> -----------------------------------
>
> Key: CB-14068
> URL: https://issues.apache.org/jira/browse/CB-14068
> Project: Apache Cordova
> Issue Type: Sub-task
> Components: cordova-create
> Reporter: Darryl Pogue
> Assignee: Darryl Pogue
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]