From 5c48689a232323e8527e3f30abd392b69770b3cd Mon Sep 17 00:00:00 2001 From: "Martin M." Date: Thu, 3 Oct 2024 11:15:11 +0200 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 97b8dab..7193361 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -53,7 +53,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: