From 767ad740298e548c6c0bcb7ed54551d355c4aaf3 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 17 Sep 2024 17:14:37 +0200 Subject: [PATCH] Update test-and-release.yml --- .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 84290b7..443057e 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -56,7 +56,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: