From 323cc4f9c69f03430018875b09185b29da89c1b1 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Wed, 30 Aug 2023 11:33:49 -0700 Subject: [PATCH] chore: drop node14 support in private mock-globals workspace --- .github/workflows/ci-npmcli-mock-globals.yml | 4 +--- mock-globals/package.json | 10 ++++++++-- package-lock.json | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-npmcli-mock-globals.yml b/.github/workflows/ci-npmcli-mock-globals.yml index 11f8fcfad8357..aa275662780ac 100644 --- a/.github/workflows/ci-npmcli-mock-globals.yml +++ b/.github/workflows/ci-npmcli-mock-globals.yml @@ -66,9 +66,7 @@ jobs: os: windows-latest shell: cmd node-version: - - 14.17.0 - - 14.x - - 16.13.0 + - 16.14.0 - 16.x - 18.0.0 - 18.x diff --git a/mock-globals/package.json b/mock-globals/package.json index aa5fede81c9c5..345606cc5a7a1 100644 --- a/mock-globals/package.json +++ b/mock-globals/package.json @@ -30,11 +30,17 @@ "lib/" ], "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^16.14.0 || >=18.0.0" }, "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", - "version": "4.18.0" + "version": "4.18.0", + "ciVersions": [ + "16.14.0", + "16.x", + "18.0.0", + "18.x" + ] }, "tap": { "branches": 89, diff --git a/package-lock.json b/package-lock.json index 62e5c1ba82138..5ec996aa6c71f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -216,7 +216,7 @@ "tap": "^16.3.8" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^16.14.0 || >=18.0.0" } }, "mock-registry": {