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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
