You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2021/07/15 03:33:59 UTC

[cordova-android] branch master updated: chore!: drop node 10 support (#1278)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 636136c  chore!: drop node 10 support (#1278)
636136c is described below

commit 636136c88eca703346a5b8edd83f10c8451f737a
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Thu Jul 15 12:32:56 2021 +0900

    chore!: drop node 10 support (#1278)
---
 .github/workflows/ci.yml | 2 +-
 package.json             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d207d8c..3d22334 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [10.x, 12.x, 14.x, 16.x]
+        node-version: [12.x, 14.x, 16.x]
         os: [ubuntu-latest, windows-latest, macos-latest]
 
     steps:
diff --git a/package.json b/package.json
index f3843bf..354ffcc 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
     "rewire": "^5.0.0"
   },
   "engines": {
-    "node": ">=10.10.0"
+    "node": ">=12.0.0"
   },
   "nyc": {
     "include": [

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