diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60f6b40..933393c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [14.x, 16.x, 18.x] + node-version: [16.x, 18.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: diff --git a/package-lock.json b/package-lock.json index 609ed49..5796cf9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "rewire": "^5.0.0" }, "engines": { - "node": ">=10.0.0" + "node": ">=16.0.0" } }, "node_modules/@ampproject/remapping": { diff --git a/package.json b/package.json index b149fbe..e36eeb6 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "bugs": "https://github.com/apache/cordova-common/issues", "main": "cordova-common.js", "engines": { - "node": ">=10.0.0" + "node": ">=16.0.0" }, "scripts": { "test": "npm run lint && npm run cover",