Skip to content

[major] update pdfjs-dist dep from 3.9.179 to 4.2.67 #18

[major] update pdfjs-dist dep from 3.9.179 to 4.2.67

[major] update pdfjs-dist dep from 3.9.179 to 4.2.67 #18

Workflow file for this run

name: tests
on:
push:
branches:
- '**'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout Repository
uses: actions/[email protected]
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: run test
run: |
npm ci
npx playwright install --with-deps
npm run test:all