Skip to content

Bump follow-redirects from 1.15.1 to 1.15.4 #20

Bump follow-redirects from 1.15.1 to 1.15.4

Bump follow-redirects from 1.15.1 to 1.15.4 #20

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.5.1
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm test