Skip to content

Bump reportlab from 3.6.12 to 3.6.13 #764

Bump reportlab from 3.6.12 to 3.6.13

Bump reportlab from 3.6.12 to 3.6.13 #764

Workflow file for this run

name: JavaScript
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 1
- name: Set up node
uses: actions/[email protected]
- name: Install node packages
run: npm install
- name: Test with ava
run: npm run-script test