Skip to content

Commit

Permalink
Update package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Jun 15, 2024
1 parent 2973bb6 commit 9a1c0dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 86,712 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ jobs:
sudo -H pip install setuptools
- name: npm ci
if: runner.os != 'Windows'
run: npm ci
run: npm ci --cache .npm --prefer-offline
- name: npm ci (Windows)
if: runner.os == 'Windows'
run: |
$maxRetries = 3
$counter = 0
while ($counter -lt $maxRetries) {
try {
npm ci
npm ci --cache .npm --prefer-offline
break
} catch {
Write-Host "Attempt $($counter + 1) failed. Retrying..."
Expand Down
Loading

0 comments on commit 9a1c0dc

Please sign in to comment.