Skip to content

build(deps): bump follow-redirects from 1.15.4 to 1.15.6 #137

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

build(deps): bump follow-redirects from 1.15.4 to 1.15.6 #137

Workflow file for this run

name: test
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test