Skip to content

Bump follow-redirects from 1.14.9 to 1.15.6 #98

Bump follow-redirects from 1.14.9 to 1.15.6

Bump follow-redirects from 1.14.9 to 1.15.6 #98

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
cache: npm
- run: npm ci
- run: npm run build
- run: npm run lint
- run: npm run test:ci