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

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


The following commit(s) were added to refs/heads/master by this push:
     new d9ded1c  chore!: set node engine to >=16.0.0 (#120)
d9ded1c is described below

commit d9ded1c52e0c55e94e215e48b080464fa8eaaa14
Author: jcesarmobile <[email protected]>
AuthorDate: Thu May 4 23:54:55 2023 +0200

    chore!: set node engine to >=16.0.0 (#120)
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 5ed236e..e6ea49d 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
   "author": "Apache Software Foundation",
   "license": "Apache-2.0",
   "engines": {
-    "node": ">=14.0.0"
+    "node": ">=16.0.0"
   },
   "nyc": {
     "include": [


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to