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/10/18 14:52:19 UTC

[cordova-lib] branch master updated: chore!: drop support for Node.js 10 (#884)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 27ed5ff  chore!: drop support for Node.js 10 (#884)
27ed5ff is described below

commit 27ed5ff12bb976d0603fa523d8c331c7906f56c6
Author: Raphael von der GrĂ¼n <ra...@gmail.com>
AuthorDate: Mon Oct 18 16:52:13 2021 +0200

    chore!: drop support for Node.js 10 (#884)
---
 .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 989febc..a77a009 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