diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ee4297b..28c6bcd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: name: Test (Library) strategy: matrix: - node-version: [lts/gallium, lts/*, latest] + node-version: [lts/*, latest] os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} steps: