Skip to content

Bump pdf-merger-js from 4.0.0 to 5.1.2 #765

Bump pdf-merger-js from 4.0.0 to 5.1.2

Bump pdf-merger-js from 4.0.0 to 5.1.2 #765

Workflow file for this run

name: Unit Tests
on:
push:
branches: [main]
pull_request:
jobs:
test_unit_ubuntu:
strategy:
matrix:
os:
- ubuntu-latest
node_version:
- 16
architecture:
- x64
name: ${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node_version }}
architecture: ${{ matrix.architecture }}
- run: npm ci
- run: xvfb-run -s "-ac -screen 0 1280x1024x24" npm run test-unit