Skip to content

Bump follow-redirects from 1.15.4 to 1.15.6 #1774

Bump follow-redirects from 1.15.4 to 1.15.6

Bump follow-redirects from 1.15.4 to 1.15.6 #1774

Workflow file for this run

name: Linter
on:
- push
- pull_request
jobs:
test:
name: Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- name: Install dependencies
run: npm ci;
- name: Linter
run: npm run lint;