diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a72d7935..42c9e1dd9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node: [20, 21] + node: [lts/*] name: Test with Node ${{ matrix.node }} steps: - uses: actions/checkout@v3