From 73068d60ded17de3ff6a3d38ff2b83b136316ffc Mon Sep 17 00:00:00 2001 From: reggi Date: Wed, 2 Oct 2024 13:24:01 -0400 Subject: [PATCH] fix!: align libnpmaccess to npm 10 node engine range BREAKING CHANGE: `libnpmaccess` now supports node `^18.17.0 || >=20.5.0` --- .github/workflows/ci-libnpmaccess.yml | 13 +++++-------- workspaces/libnpmaccess/package.json | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-libnpmaccess.yml b/.github/workflows/ci-libnpmaccess.yml index b44d964b93aa4..7a9cf4704ff24 100644 --- a/.github/workflows/ci-libnpmaccess.yml +++ b/.github/workflows/ci-libnpmaccess.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/libnpmaccess/package.json b/workspaces/libnpmaccess/package.json index b9d92e4eda667..82f38370ba68e 100644 --- a/workspaces/libnpmaccess/package.json +++ b/workspaces/libnpmaccess/package.json @@ -34,7 +34,7 @@ "npm-registry-fetch": "^17.0.1" }, "engines": { - "node": "^16.14.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" }, "files": [ "bin/",