From 667409a553e63fecd99124ab503fe85e8195f7b6 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 17 Oct 2024 06:25:38 +0200 Subject: [PATCH] chore: run ci against node 23, drop running against 21 --- .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 fae1aed1..36a73f82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: os: [ ubuntu-22.04 ] - node: [ "18", "20", "21", "22"] + node: [ "18", "20", "22", "23"] steps: - uses: actions/checkout@v4