Skip to content

build(deps): bump form-data from 3.0.1 to 3.0.4 #1162

build(deps): bump form-data from 3.0.1 to 3.0.4

build(deps): bump form-data from 3.0.1 to 3.0.4 #1162

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Enable corepack
run: corepack enable
- name: Install modules
run: yarn
- name: Lint
run: yarn lint
- name: Run tests
run: yarn test