Skip to content

Bump follow-redirects from 1.14.8 to 1.15.4 #97

Bump follow-redirects from 1.14.8 to 1.15.4

Bump follow-redirects from 1.14.8 to 1.15.4 #97

Workflow file for this run

name: Test
on: ["push", "pull_request"]
jobs:
test:
name: Run units tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "16"
- name: Install
run: npm install
- name: Lint
run: npm run lint
- name: Test
run: npm test
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}