From b1167cb04e32c1326955d8a174d3d686f6a8800e Mon Sep 17 00:00:00 2001 From: veeck Date: Mon, 23 Oct 2023 21:32:23 +0200 Subject: [PATCH] Add node 21 to the test matrix --- .github/workflows/automated-tests.yaml | 2 +- CHANGELOG.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/automated-tests.yaml b/.github/workflows/automated-tests.yaml index 567a711164..fd3e1e898b 100644 --- a/.github/workflows/automated-tests.yaml +++ b/.github/workflows/automated-tests.yaml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 21.x] steps: - name: "Checkout code" uses: actions/checkout@v4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b478b57b2..c683576a4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ _This release is scheduled to be released on 2024-01-01._ ### Added +- Added node 21 to the test matrix + ### Removed - Removed Codecov workflow (not working anymore, other workflow required) (#3107)