You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2021/09/26 13:30:22 UTC

[cordova-lib] 02/03: chore!: drop support for Node.js 10

This is an automated email from the ASF dual-hosted git repository.

raphinesse pushed a commit to branch raphinesse-ci-test
in repository https://gitbox.apache.org/repos/asf/cordova-lib.git

commit c4448b6da2acd48d6577898c5e963e73d330452f
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Sun Sep 26 15:19:25 2021 +0200

    chore!: drop support for Node.js 10
---
 .travis.yml  | 1 -
 appveyor.yml | 1 -
 package.json | 2 +-
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4a60364..2427b93 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@ git:
   depth: 10
 
 node_js:
-  - 10
   - 12
   - 14
 
diff --git a/appveyor.yml b/appveyor.yml
index 8f2ab91..f890a94 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,7 +5,6 @@ shallow_clone: true
 
 environment:
   matrix:
-  - nodejs_version: 10
   - nodejs_version: 12
   - nodejs_version: 14
 
diff --git a/package.json b/package.json
index c5fdeb1..0e837eb 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
   "bugs": "https://github.com/apache/cordova-lib/issues",
   "main": "cordova-lib.js",
   "engines": {
-    "node": ">=10.0.0"
+    "node": ">=12"
   },
   "dependencies": {
     "cordova-common": "^4.0.2",

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org