Skip to content

Update dependency supertest to v6 #177

Update dependency supertest to v6

Update dependency supertest to v6 #177

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Use Node.js 12.x
uses: actions/setup-node@v1
with:
version: 12.x
- name: Install
run: yarn
- name: Lint
run: yarn lint
- name: Test
run: yarn test