From 54ecfbec5ee15126f35beebc858a894fecae4392 Mon Sep 17 00:00:00 2001 From: "Martin M." Date: Fri, 27 Dec 2024 21:19:38 +0100 Subject: [PATCH] Update test-and-release.yml - add node 22.x tests --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 74dfe92..d7aad27 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -40,7 +40,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] os: [ubuntu-latest, windows-latest, macos-latest] steps: