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-android.git
The following commit(s) were added to refs/heads/master by this push: new 7ab18487 feat!: bump node engine requirement >=20.5.0 (#1789) 7ab18487 is described below commit 7ab18487cf1109496a2af395c04ce95715f920c2 Author: エリス <er...@users.noreply.github.com> AuthorDate: Wed Mar 19 10:15:25 2025 +0900 feat!: bump node engine requirement >=20.5.0 (#1789) --- .github/workflows/ci.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33792238..262ae1b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: strategy: matrix: - node-version: [16.x, 18.x, 20.x, 22.x] + node-version: [20.x, 22.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: diff --git a/package-lock.json b/package-lock.json index 54e57fff..29becb45 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "tmp": "^0.2.3" }, "engines": { - "node": ">=16.13.0" + "node": ">=20.5.0" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index 8c7b2bf5..bb2c8eb2 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "tmp": "^0.2.3" }, "engines": { - "node": ">=16.13.0" + "node": ">=20.5.0" }, "nyc": { "include": [ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org For additional commands, e-mail: commits-h...@cordova.apache.org