Skip to content

Bump follow-redirects from 1.15.2 to 1.15.6 #327

Bump follow-redirects from 1.15.2 to 1.15.6

Bump follow-redirects from 1.15.2 to 1.15.6 #327

Workflow file for this run

name: ci
on:
pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 16.x
- run: npm i
- run: npm run test:ci
- run: npm run lint
- run: npm run build
# - name: Coveralls
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}