Skip to content

Bump follow-redirects from 1.15.2 to 1.15.4 #95

Bump follow-redirects from 1.15.2 to 1.15.4

Bump follow-redirects from 1.15.2 to 1.15.4 #95

Workflow file for this run

name: test
on: push
jobs:
build:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "10.x"
- run: yarn
- run: yarn test