Skip to content

build(deps): bump follow-redirects from 1.14.4 to 1.15.6 #283

build(deps): bump follow-redirects from 1.14.4 to 1.15.6

build(deps): bump follow-redirects from 1.14.4 to 1.15.6 #283

Workflow file for this run

name: yarn
on: [ push, pull_request ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install dependecies
run: yarn
- name: Run lint script
run: yarn lint --max-warnings 0