From 71354ee6f7f4b099de93e5b70563b906b38249ba Mon Sep 17 00:00:00 2001 From: sjvans <30337871+sjvans@users.noreply.github.com> Date: Wed, 13 May 2026 15:46:25 +0200 Subject: [PATCH] chore: CI runs with node 22 and 24 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62d875bf..b0be4a7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [22.x, 20.x] + node-version: [24.x, 22.x] cds-version: [9, 8] steps: - uses: actions/checkout@v2