diff --git a/.github/workflows/Push.yml b/.github/workflows/Push.yml index d6db9bf..abb4471 100644 --- a/.github/workflows/Push.yml +++ b/.github/workflows/Push.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: ['ubuntu-latest', 'windows-latest', 'macos-latest'] - node: ['19', '18', '20'] + node: ['14.x'] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2