diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb045a0..b8cf1b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: strategy: matrix: os: [windows-latest, macOS-latest, ubuntu-latest] - node-version: [18.x, 20.x, 22.x] + node-version: [18.x, 20.x, 22.x, 23.x] steps: - uses: actions/checkout@v4