diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 6169a73c..10b74470 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -161,12 +161,9 @@ jobs: os: windows-latest shell: cmd node-version: - - 14.17.0 - - 14.x - - 16.13.0 - - 16.x - - 18.0.0 + - 18.17.0 - 18.x + - 20.5.0 - 20.x runs-on: ${{ matrix.platform.os }} defaults: diff --git a/.github/workflows/ci-test-workspace.yml b/.github/workflows/ci-test-workspace.yml index 2f7d6684..4e8ef2cc 100644 --- a/.github/workflows/ci-test-workspace.yml +++ b/.github/workflows/ci-test-workspace.yml @@ -107,12 +107,9 @@ jobs: os: windows-latest shell: cmd node-version: - - 14.17.0 - - 14.x - - 16.13.0 - - 16.x - - 18.0.0 + - 18.17.0 - 18.x + - 20.5.0 - 20.x runs-on: ${{ matrix.platform.os }} defaults: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec4a5c1f..617dde57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,12 +107,9 @@ jobs: os: windows-latest shell: cmd node-version: - - 14.17.0 - - 14.x - - 16.13.0 - - 16.x - - 18.0.0 + - 18.17.0 - 18.x + - 20.5.0 - 20.x runs-on: ${{ matrix.platform.os }} defaults: diff --git a/package.json b/package.json index e1a6bdeb..5d003967 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "publish": true }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" }, "workspaces": [ "workspace/test-workspace" diff --git a/workspace/test-workspace/package.json b/workspace/test-workspace/package.json index 148cf346..40083ec6 100644 --- a/workspace/test-workspace/package.json +++ b/workspace/test-workspace/package.json @@ -35,7 +35,7 @@ "lib/" ], "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten."