From 340a330a312ec784c100637fb3ff064a3fd68c56 Mon Sep 17 00:00:00 2001 From: reggi Date: Wed, 2 Oct 2024 13:24:01 -0400 Subject: [PATCH] fix!: align libnpmdiff to npm 10 node engine range BREAKING CHANGE: `libnpmdiff` now supports node `^18.17.0 || >=20.5.0` --- .github/workflows/ci-libnpmdiff.yml | 13 +++++-------- workspaces/libnpmdiff/package.json | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-libnpmdiff.yml b/.github/workflows/ci-libnpmdiff.yml index dbebd2c95d0be..0c298259f5ee1 100644 --- a/.github/workflows/ci-libnpmdiff.yml +++ b/.github/workflows/ci-libnpmdiff.yml @@ -72,21 +72,18 @@ jobs: os: windows-latest shell: cmd node-version: - - 16.14.0 - - 16.x - - 18.0.0 + - 18.17.0 - 18.x + - 20.5.0 - 20.x - 22.x exclude: - platform: { name: macOS, os: macos-13, shell: bash } - node-version: 16.14.0 - - platform: { name: macOS, os: macos-13, shell: bash } - node-version: 16.x - - platform: { name: macOS, os: macos-13, shell: bash } - node-version: 18.0.0 + node-version: 18.17.0 - platform: { name: macOS, os: macos-13, shell: bash } node-version: 18.x + - platform: { name: macOS, os: macos-13, shell: bash } + node-version: 20.5.0 - platform: { name: macOS, os: macos-13, shell: bash } node-version: 20.x - platform: { name: macOS, os: macos-13, shell: bash } diff --git a/workspaces/libnpmdiff/package.json b/workspaces/libnpmdiff/package.json index 0e6d23d54d1c7..cadfefbe2c3d5 100644 --- a/workspaces/libnpmdiff/package.json +++ b/workspaces/libnpmdiff/package.json @@ -13,7 +13,7 @@ "lib/" ], "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" }, "keywords": [ "npm",