From 0d5681b61d83b0e10e35c206100842a2d2003618 Mon Sep 17 00:00:00 2001 From: Matteo Collina Date: Sun, 28 Apr 2024 18:40:00 +0200 Subject: [PATCH] add node v22 to CI (#1953) * add node v22 to CI Signed-off-by: Matteo Collina * Update ci.yml Co-authored-by: James Sumners <321201+jsumners@users.noreply.github.com> * fixup Signed-off-by: Matteo Collina --------- Signed-off-by: Matteo Collina Co-authored-by: James Sumners <321201+jsumners@users.noreply.github.com> --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f6ead69d..87c141001 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,7 +42,10 @@ jobs: fail-fast: false matrix: os: [macOS-latest, windows-latest, ubuntu-latest] - node-version: [18, 20, 21] + node-version: [18, 20, 22] + exclude: + - os: windows-latest + node-version: 22 steps: - name: Check out repo