You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by jc...@apache.org on 2023/01/12 00:43:22 UTC

[cordova-browser] branch drop-old-node created (now 9ce79a3)

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

jcesarmobile pushed a change to branch drop-old-node
in repository https://gitbox.apache.org/repos/asf/cordova-browser.git


      at 9ce79a3  chore!: drop node 10 and node 12 support

This branch includes the following new commits:

     new 9ce79a3  chore!: drop node 10 and node 12 support

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[cordova-browser] 01/01: chore!: drop node 10 and node 12 support

Posted by jc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jcesarmobile pushed a commit to branch drop-old-node
in repository https://gitbox.apache.org/repos/asf/cordova-browser.git

commit 9ce79a3ae430f847d2c261e40f5fff8a3a65b182
Author: jcesarmobile <jc...@gmail.com>
AuthorDate: Thu Jan 12 01:43:09 2023 +0100

    chore!: drop node 10 and node 12 support
---
 .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 0459055..ccf6152 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: [14.x, 16.x, 18.x]
         os: [ubuntu-latest, windows-latest, macos-latest]
 
     steps:
diff --git a/package.json b/package.json
index 42fc702..dccde89 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
   "engines": {
-    "node": ">=10.0.0"
+    "node": ">=14.0.0"
   },
   "nyc": {
     "include": [


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