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