From 355bac87eb66b105c9f0c2338ae37fed5f973b66 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Fri, 11 Aug 2023 16:34:40 -0700 Subject: [PATCH] fix: drop node14 support BREAKING CHANGE: support for node 14 has been removed --- .github/workflows/ci-libnpmaccess.yml | 2 -- workspaces/libnpmaccess/package.json | 10 ++++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-libnpmaccess.yml b/.github/workflows/ci-libnpmaccess.yml index c4b51b0ec089f..2f97a1ec1b7e5 100644 --- a/.github/workflows/ci-libnpmaccess.yml +++ b/.github/workflows/ci-libnpmaccess.yml @@ -64,8 +64,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/workspaces/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json index 9a73b13998b46..3ad8bab6f80ef 100644 --- a/workspaces/libnpmaccess/package.json +++ b/workspaces/libnpmaccess/package.json @@ -33,7 +33,7 @@ "npm-registry-fetch": "^15.0.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^16.13.0 || >=18.0.0" }, "files": [ "bin/", @@ -42,7 +42,13 @@ "templateOSS": { "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", "version": "4.18.0", - "content": "../../scripts/template-oss/index.js" + "content": "../../scripts/template-oss/index.js", + "ciVersions": [ + "16.13.0", + "16.x", + "18.0.0", + "18.x" + ] }, "tap": { "nyc-arg": [