Skip to content

update jspdf version #377

update jspdf version

update jspdf version #377

Workflow file for this run

name: Run tests
on: [push, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
- run: npm test