From 7dcc9195cd9254d30ab275de4176a4ecc3e4a26b Mon Sep 17 00:00:00 2001 From: Ahmed Elghareeb Date: Fri, 29 Aug 2025 10:53:32 +0200 Subject: [PATCH] ci: changes node version in build to 22.x and 24.x --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 39f68d7..7672931 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ${{matrix.os}} strategy: matrix: - node-version: [18.x, 20.x] + node-version: [22.x, 24.x] os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v4