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/08/25 05:37:24 UTC

[cordova-electron] branch master updated: feat!: update node support (#199)

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-electron.git


The following commit(s) were added to refs/heads/master by this push:
     new 71cfd09  feat!: update node support (#199)
71cfd09 is described below

commit 71cfd09fac0059054167928e2643ad9e92341c09
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Aug 25 14:37:21 2021 +0900

    feat!: update node support (#199)
    
    * ci(gh-action): remove node 10.x strategy
    * ci(gh-action): add node 16.x strategy
    * feat!: bump node engine requirement >=12.0.0
---
 .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 b4c04cf..231a228 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]
+        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 b90cb7a..15b7eb1 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
   "engines": {
-    "node": ">=10.0.0"
+    "node": ">=12.0.0"
   },
   "nyc": {
     "all": true,

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