diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 4349cad..380de5e 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -117,7 +117,7 @@ jobs: os: windows-latest shell: cmd node-version: - - 16.13.0 + - 16.14.0 - 16.x - 18.0.0 - 18.x diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9fadf5..06966af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: os: windows-latest shell: cmd node-version: - - 16.13.0 + - 16.14.0 - 16.x - 18.0.0 - 18.x diff --git a/package.json b/package.json index 419db8f..fae880e 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "tap": "^16.0.0" }, "engines": { - "node": "^16.13.0 || >=18.0.0" + "node": "^16.14.0 || >=18.0.0" }, "tap": { "color": 1, @@ -69,7 +69,7 @@ "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", "ciVersions": [ - "16.13.0", + "16.14.0", "16.x", "18.0.0", "18.x"