diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 93f8527..ad86300 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ jobs: tests: uses: ljharb/actions/.github/workflows/node-majors.yml@main with: - range: '>= 12' + range: '>= 20' build-command: npm run build build-output-dir: lib/ command: npm run tests-only @@ -18,4 +18,3 @@ jobs: runs-on: ubuntu-latest steps: - run: 'echo tests completed' -