Skip to content

Bump node-fetch from 2.6.1 to 2.7.0 #63

Bump node-fetch from 2.6.1 to 2.7.0

Bump node-fetch from 2.6.1 to 2.7.0 #63

Workflow file for this run

name: Unit Tests
on:
push:
branches: [master]
pull_request:
branches: ['**']
jobs:
unit_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- name: lint
run: yarn lint
- name: run unit test
run: yarn test
- name: Coveralls
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}