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 2022/05/30 07:23:46 UTC

[cordova-electron] branch master updated: feat: bump node engine requirement >=14.14.0 (#233)

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 8917f82  feat: bump node engine requirement >=14.14.0 (#233)
8917f82 is described below

commit 8917f82f295d7c97438c353b976136bcbeb52ebc
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Mon May 30 16:23:42 2022 +0900

    feat: bump node engine requirement >=14.14.0 (#233)
---
 package-lock.json | 2 +-
 package.json      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index 2fe61ff..b8f9d9b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -24,7 +24,7 @@
         "rewire": "^5.0.0"
       },
       "engines": {
-        "node": ">=12.0.0"
+        "node": ">=14.14.0"
       }
     },
     "node_modules/@ampproject/remapping": {
diff --git a/package.json b/package.json
index d2b53ac..dba0d6e 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
   "engines": {
-    "node": ">=12.0.0"
+    "node": ">=14.14.0"
   },
   "nyc": {
     "all": true,


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