Skip to content

Commit

Permalink
Merge branch 'master' into es/chore-electron-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Feb 8, 2023
2 parents 4278c40 + 5bb731d commit 1d62322
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ on:
jobs:
build:
runs-on: ${{ matrix.config.os }}

strategy:
fail-fast: false
matrix:
config:
- { os: macos-11, arch: x64 }
Expand All @@ -34,12 +32,12 @@ jobs:
- name: Use Node.js 16
uses: actions/setup-node@v2
with:
node-version: 16.17.1
node-version: 16.17.X
- name: npm ci no scripts
uses: nick-invision/retry@v2
with:
timeout_minutes: 20
max_attempts: 1
timeout_minutes: 10
max_attempts: 5
retry_on: error
retry_wait_seconds: 0
command: npm ci --ignore-scripts
Expand Down

0 comments on commit 1d62322

Please sign in to comment.