Skip to content

fix: build failure on chrome 130+ #2478

fix: build failure on chrome 130+

fix: build failure on chrome 130+ #2478

Workflow file for this run

name: Test
on:
push:
branches:
- master
- develop
pull_request:
types:
- ready_for_review
- synchronize
- opened
jobs:
application:
concurrency:
group: ${{ github.head_ref }}-test-app
cancel-in-progress: true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Update System
run: sudo apt-get update
- name: Install (Ledger Requirements)
run: sudo apt-get install libudev-dev libusb-1.0-0-dev
- name: Install (pnpm)
run: pnpm install --frozen-lockfile
- name: Test App
uses: nick-fields/retry@v3
with:
timeout_minutes: 20
max_attempts: 1
command: pnpm test:coverage