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 adcd9d9f chore(breaking): Drop Node 12 support (#1411)
adcd9d9f is described below

commit adcd9d9ff8c14ec80b1c9e8fc7f5716a853d59f9
Author: Norman Breau <nor...@nbsolutions.ca>
AuthorDate: Sun Apr 17 07:43:11 2022 -0300

    chore(breaking): Drop Node 12 support (#1411)
---
 .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 3d22334d..aeecdbd8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
 
     strategy:
       matrix:
-        node-version: [12.x, 14.x, 16.x]
+        node-version: [14.x, 16.x]
         os: [ubuntu-latest, windows-latest, macos-latest]
 
     steps:
diff --git a/package.json b/package.json
index 9e1ea94f..39095bb3 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
     "rewire": "^5.0.0"
   },
   "engines": {
-    "node": ">=12.0.0"
+    "node": ">=14.0.0"
   },
   "nyc": {
     "include": [


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

Reply via email to