From 03ec8b977c38c7b32018023297e0c663a4f63440 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Drozda?= Date: Sat, 19 Oct 2024 23:04:46 +0200 Subject: [PATCH] add testing nodeJS 22.x --- .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 2c99acb..f2e0f3d 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -50,7 +50,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: