From 38bbdf7374f571e01f6ab8881b875cee5488df2d Mon Sep 17 00:00:00 2001 From: Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> Date: Sun, 10 Mar 2024 22:08:53 +0100 Subject: [PATCH] Bump node in CI --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24bf692..512752b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,10 +13,9 @@ jobs: fail-fast: false matrix: node-version: - - 14 - - 16 - 18 - - 19 + - 20 + - 21 steps: - uses: actions/checkout@v3