Skip to content

Bump follow-redirects from 1.15.4 to 1.15.6 in /example/electron-app #83

Bump follow-redirects from 1.15.4 to 1.15.6 in /example/electron-app

Bump follow-redirects from 1.15.4 to 1.15.6 in /example/electron-app #83

Workflow file for this run

name: "GitHub Actions CI"
on: { push: { branches: [ master ] }, pull_request: { branches: [ master ] } }
jobs:
lib:
if: github.event_name == 'push'
strategy: { matrix: { os: [ ubuntu-latest, windows-latest, macos-latest ], node: [ 18, 20 ] }, fail-fast: false }
runs-on: ${{ matrix.os }}
steps:
- { uses: actions/setup-node@v1, with: { node-version: "${{ matrix.node }}" } }
- { uses: actions/checkout@v2 }
- name: lib
run: |
node --version
npm --version
yarn --version
npx envinfo
yarn --pure-lockfile --network-timeout 60000
yarn add electron@12
yarn run lib