From af415aecfa111e64e94c049843e12f7967e9a484 Mon Sep 17 00:00:00 2001 From: hongaar <205834+hongaar@users.noreply.github.com> Date: Sun, 8 Dec 2024 07:31:46 +0000 Subject: [PATCH] [create-pull-request] automated change --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d899d40f..9c109609 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,7 @@ jobs: - 18 - 20 - 22 + - 23 steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -35,7 +36,10 @@ jobs: strategy: matrix: node-version: + - 18 + - 20 - 22 + - 23 steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4