diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72f774b0b..4e928745b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,8 +7,10 @@ jobs: strategy: fail-fast: false matrix: - node-version: ['18', '20', '21'] - os: [ubuntu-latest, macos-latest, windows-latest] +# node-version: ['18', '20', '21'] + node-version: ['21'] +# os: [ubuntu-latest, macos-latest, windows-latest] + os: [windows-latest] runs-on: ${{ matrix.os }} # env: # electron-packager (win32 ia32 on macos) https://github.com/electron/electron-packager/pull/449#issuecomment-240508298 @@ -42,7 +44,7 @@ jobs: # https://github.community/t5/GitHub-Actions/TEMP-is-broken-on-Windows/td-p/30432 - run: echo "TEMP=$env:USERPROFILE\AppData\Local\Temp" >> $env:GITHUB_ENV if: matrix.os == 'windows-latest' - - run: choco upgrade git + - run: choco upgrade git --no-progress ; cat C:\ProgramData\chocolatey\logs\chocolatey.log if: matrix.os == 'windows-latest' && matrix.node-version == '21' - run: git --version