diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 88e7905..4349cad 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -117,8 +117,6 @@ jobs: os: windows-latest shell: cmd node-version: - - 14.17.0 - - 14.x - 16.13.0 - 16.x - 18.0.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b8d4a8..d9fadf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,8 +59,6 @@ jobs: os: windows-latest shell: cmd node-version: - - 14.17.0 - - 14.x - 16.13.0 - 16.x - 18.0.0 diff --git a/package.json b/package.json index c1bdb6f..7bba3f9 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "tap": "^16.0.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^16.13.0 || >=18.0.0" }, "tap": { "color": 1, @@ -68,6 +68,12 @@ }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", + "ciVersions": [ + "16.13.0", + "16.x", + "18.0.0", + "18.x" + ], "version": "4.18.0", "publish": "true" }