diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eab6fd34f6..7f23ed1565 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: strategy: fail-fast: false matrix: - node-version: [18.x, 20.x] + node-version: [18.x, 20.x, 22.x] platform: [ubuntu-latest, windows-latest] steps: