diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fae1aed1..36a73f82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: os: [ ubuntu-22.04 ] - node: [ "18", "20", "21", "22"] + node: [ "18", "20", "22", "23"] steps: - uses: actions/checkout@v4