diff --git a/.github/workflows/verifications.yml b/.github/workflows/verifications.yml index 3afc8537..933700f1 100644 --- a/.github/workflows/verifications.yml +++ b/.github/workflows/verifications.yml @@ -33,7 +33,7 @@ jobs: strategy: fail-fast: false matrix: - node: [18.18, 20.9, 21.1] + node: [18.18, 20.9, 21.1, 22] eslint: [7.5, 7, 8] steps: - name: Checkout