From 32c277b8e02a8e777cae6b98cd7a84360a18cf9f Mon Sep 17 00:00:00 2001 From: reggi Date: Thu, 26 Sep 2024 15:02:03 -0400 Subject: [PATCH] chore: run template-oss-apply (libnpmteam) --- .github/workflows/ci-libnpmsearch.yml | 13 ++++++++----- .github/workflows/ci-libnpmteam.yml | 13 +++++-------- workspaces/libnpmteam/package.json | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci-libnpmsearch.yml b/.github/workflows/ci-libnpmsearch.yml index da118baf26091..991ad7b103f85 100644 --- a/.github/workflows/ci-libnpmsearch.yml +++ b/.github/workflows/ci-libnpmsearch.yml @@ -72,18 +72,21 @@ jobs: os: windows-latest shell: cmd node-version: - - 18.17.0 + - 16.14.0 + - 16.x + - 18.0.0 - 18.x - - 20.5.0 - 20.x - 22.x exclude: - platform: { name: macOS, os: macos-13, shell: bash } - node-version: 18.17.0 + node-version: 16.14.0 - platform: { name: macOS, os: macos-13, shell: bash } - node-version: 18.x + node-version: 16.x + - platform: { name: macOS, os: macos-13, shell: bash } + node-version: 18.0.0 - platform: { name: macOS, os: macos-13, shell: bash } - node-version: 20.5.0 + node-version: 18.x - platform: { name: macOS, os: macos-13, shell: bash } node-version: 20.x - platform: { name: macOS, os: macos-13, shell: bash } diff --git a/.github/workflows/ci-libnpmteam.yml b/.github/workflows/ci-libnpmteam.yml index 5ba1b481ee998..9dd40fabdc53d 100644 --- a/.github/workflows/ci-libnpmteam.yml +++ b/.github/workflows/ci-libnpmteam.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/libnpmteam/package.json b/workspaces/libnpmteam/package.json index 02707e50a5d29..848769961182a 100644 --- a/workspaces/libnpmteam/package.json +++ b/workspaces/libnpmteam/package.json @@ -36,7 +36,7 @@ "npm-registry-fetch": "^17.0.1" }, "engines": { - "node": "^18.17.0 || >=20.5.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.",