diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b1b4fd..06a2216 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - node: [22.x, 21.x, 20.x, 18.x, "18.18.0"] + node: [23.x, 22.x, 20.x, 18.x, "18.18.0"] include: - os: windows-latest node: "lts/*"