From 2453538336c4626ed8e9963344653463ae048ce5 Mon Sep 17 00:00:00 2001 From: Gilmar Pereira Date: Tue, 20 Jan 2026 10:09:49 -0700 Subject: [PATCH] Tweak: missing matrix update for node-24 --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ecce01a..9fe93ad 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - version: [20, 22, 22-nginx, 24] + version: [20, 22, 24, 24-nginx] steps: - uses: docker/login-action@v3