Skip to content

Bump follow-redirects from 1.15.6 to 1.16.0 #8

Bump follow-redirects from 1.15.6 to 1.16.0

Bump follow-redirects from 1.15.6 to 1.16.0 #8

Workflow file for this run

name: CI
on:
- push
- pull_request
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: yarn install
- run: yarn build
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- run: yarn install
- run: yarn lint