diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5e77bb7984f..69a570e27fa 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: specs: [integ, unit] - node: [18, "*"] + node: [18, "lts/*", 21] steps: - name: Checkout code uses: actions/checkout@v4