Skip to content

fix: upgrade node-fetch from 2.6.0 to 2.7.0 #114

fix: upgrade node-fetch from 2.6.0 to 2.7.0

fix: upgrade node-fetch from 2.6.0 to 2.7.0 #114

Workflow file for this run

name: CI
on: [push]
jobs:
build:
name: yarn test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: '8.x'
- run: yarn
- run: yarn test