From c27fda635fc89c84109299b3a6339c583a92abca Mon Sep 17 00:00:00 2001 From: Nigro Simone Date: Thu, 8 May 2025 07:32:37 +0200 Subject: [PATCH] test node 24 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 634c56c..4d60441 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: strategy: matrix: - node-version: [18.x, 20.x, 22.x, 23.x] + node-version: [18.x, 20.x, 22.x, 24.x] steps: - uses: actions/checkout@v3