From b3b7df714e8898697dfcf2aedc7eb95fb4e2a93f Mon Sep 17 00:00:00 2001 From: Aras Abbasi Date: Tue, 30 Sep 2025 22:05:37 +0200 Subject: [PATCH 1/2] chore: add node 24 and remove node 21 to/from ci -cd workflow --- .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 2d211d6..e7dcd71 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x, 20.x, 21.x, 22.x] + node-version: [14.x, 16.x, 18.x, 20.x, 22.x, 22.x] steps: - uses: actions/checkout@v5 From e1ac0dc56b5c4cccd55341446505d28aac798d3e Mon Sep 17 00:00:00 2001 From: Aras Abbasi Date: Wed, 1 Oct 2025 10:28:23 +0200 Subject: [PATCH 2/2] Apply suggestion from @Uzlopak --- .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 e7dcd71..0b6a968 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [14.x, 16.x, 18.x, 20.x, 22.x, 22.x] + node-version: [14.x, 16.x, 18.x, 20.x, 22.x, 24.x] steps: - uses: actions/checkout@v5