Skip to content

Commit

Permalink
(chore) ci: drop Chrome version override for puppeteer@20.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pelykh committed Dec 18, 2024
1 parent b0215bc commit 7d7a7ce
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,6 @@ jobs:
key: npm-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('**/package-lock.json') }}
restore-keys: npm-${{ runner.os }}-${{ runner.arch }}

# NOTE: Chrome r112.0.5615.121 is not available on https://edgedl.me.gvt1.com, use 113.0.5672.63 from 20.1.0
- name: Override Chrome revision (for puppeteer@20.0.0)
if: ${{ matrix.puppeteer-version == '20.0.0' }}
shell: bash
run: |
echo "PUPPETEER_BROWSER_REVISION=113.0.5672.63" >> $GITHUB_ENV
- name: Cache Puppeteer
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 7d7a7ce

Please sign in to comment.