Skip to content

Bump follow-redirects from 1.13.1 to 1.15.5 in /docs #553

Bump follow-redirects from 1.13.1 to 1.15.5 in /docs

Bump follow-redirects from 1.13.1 to 1.15.5 in /docs #553

Workflow file for this run

name: Build Check
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2-beta
with:
fetch-depth: 1
- name: Installing packages
run: |
npm install
npm --prefix ./prefixer install ./prefixer
npm --prefix ./global install ./global
- name: Run tests
run: npm run test