From ee7292ed78c362927736471e0584217b2000f493 Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Fri, 11 Aug 2023 16:42:39 -0700 Subject: [PATCH] fix: drop node14 support BREAKING CHANGE: support for node 14 has been removed --- .github/workflows/ci-libnpmdiff.yml | 2 -- workspaces/libnpmdiff/package.json | 10 ++++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-libnpmdiff.yml b/.github/workflows/ci-libnpmdiff.yml index 3b6ca0d16b9bc..dc6f09e74fc2b 100644 --- a/.github/workflows/ci-libnpmdiff.yml +++ b/.github/workflows/ci-libnpmdiff.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/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json index b580aaf5bff3c..ced4ae5443650 100644 --- a/workspaces/libnpmdiff/package.json +++ b/workspaces/libnpmdiff/package.json @@ -13,7 +13,7 @@ "lib/" ], "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^16.13.0 || >=18.0.0" }, "keywords": [ "npm", @@ -59,7 +59,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": [