From ff0ca2389b6e5c6b0493649137609be6fdad62f7 Mon Sep 17 00:00:00 2001 From: yandeu <20306025+yandeu@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:35:19 +0100 Subject: [PATCH] Test nodejs v22 --- .github/workflows/main.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3799a60..17dc82d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,18 +9,13 @@ jobs: strategy: # max-parallel: 2 matrix: - node-version: [16, 18, 20] + node-version: [18, 20, 22] os: [ubuntu-latest, windows-latest, macos-latest] - # test only nodejs v18 on win and mac - exclude: - - os: macos-latest - node-version: 16 - - os: macos-latest - node-version: 20 - - os: windows-latest - node-version: 16 + include: - os: windows-latest node-version: 20 + - os: macos-latest + node-version: 20 steps: - name: Checkout repository