From 9c95774e1fe5e7a299aee287e714cabef3e266d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Mon, 13 Jan 2025 09:44:48 +0100 Subject: [PATCH] ci: add node-versions 19, 21 and 23 to the matrix --- .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 0091bf6..4ce569f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] - node-version: [18.x, 20.x, 22.x] + node-version: [18.x, 19.x, 20.x, 21.x, 22.x, 23.x] steps: - uses: actions/checkout@v4