Skip to content

Bump follow-redirects from 1.15.4 to 1.15.6 #98

Bump follow-redirects from 1.15.4 to 1.15.6

Bump follow-redirects from 1.15.4 to 1.15.6 #98

Workflow file for this run

name: JS tests
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
node-versions: ['14', '16']
runs-on: ubuntu-latest
name: JS Lint
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-versions }}
- run: npm install
- run: npm run lint