Skip to content

build(deps-dev): bump pdfjs-dist from 3.9.179 to 3.10.111 (#499) #401

build(deps-dev): bump pdfjs-dist from 3.9.179 to 3.10.111 (#499)

build(deps-dev): bump pdfjs-dist from 3.9.179 to 3.10.111 (#499) #401

name: build
on: [push]
jobs:
build:
timeout-minutes: 5
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [18, 20]
steps:
- uses: actions/checkout@v3
- name: Install Chrome
uses: browser-actions/setup-chrome@latest
- name: Using Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: npm ci
- run: npm run build --if-present
- run: npm test
- name: Upload Code Coverage
if: ${{ matrix.node-version == '20' && matrix.os == 'ubuntu-latest' }}
uses: codecov/codecov-action@v3
with:
file: ./coverage/coverage-final.json