From d0cc11fe279c748f16572a848f869eb67ffc62b4 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:08:23 +0200 Subject: [PATCH] ci: use current node.js versions in matrix build --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a801d1..21c750e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,8 +16,9 @@ jobs: matrix: node-version: - 18 - - 19 - 20 + - 22 + - 23 steps: - uses: actions/checkout@v4