Skip to content

Bump form-data from 3.0.1 to 3.0.4 #94

Bump form-data from 3.0.1 to 3.0.4

Bump form-data from 3.0.1 to 3.0.4 #94

Workflow file for this run

name: CI
on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test