diff --git a/.github/workflows/verifications.yml b/.github/workflows/verifications.yml index 0e8d23a4..92d1b2a4 100644 --- a/.github/workflows/verifications.yml +++ b/.github/workflows/verifications.yml @@ -34,8 +34,7 @@ jobs: strategy: fail-fast: false matrix: - # The .x indicates "the most recent one" - node: [19.x, 18.x, 17.x, 16.x, 14.x, 14.17.0, 12.x, 12.22.0] + node: [12.22.0, 12, 14.17.0, 14, 16, 17, 18, 19, 20, 22] eslint: [7.5, 7, 8] steps: - name: Checkout