diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4d028635..75a991f19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: - node: [18, 20] + node: [18, 20, 22] steps: - uses: actions/checkout@v4