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 2218451 chore!: drop node 10 and node 12 support (#114)
2218451 is described below
commit 2218451ad9ed57711ec0ea65aca4e200235a0719
Author: jcesarmobile <[email protected]>
AuthorDate: Thu Jan 12 02:26:21 2023 +0100
chore!: drop node 10 and node 12 support (#114)
---
.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: [email protected]
For additional commands, e-mail: [email protected]