diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db6f6a2f4..bd7c6e337 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,9 @@ jobs: strategy: matrix: node: - - 16 - 18 - 20 + - 22 runs-on: ubuntu-latest steps: - name: Checkout Repo