Skip to content

Bump follow-redirects from 1.15.2 to 1.15.9 #200

Bump follow-redirects from 1.15.2 to 1.15.9

Bump follow-redirects from 1.15.2 to 1.15.9 #200

Workflow file for this run

name: Build
on: ["push", "pull_request"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install --dd
- name: Run eslint
run: npm run test:lint
- name: Run jest
run: npm run test