Skip to content

Bump follow-redirects from 1.15.2 to 1.15.4 #66

Bump follow-redirects from 1.15.2 to 1.15.4

Bump follow-redirects from 1.15.2 to 1.15.4 #66

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm ci --no-optional
- run: npm run lint
- run: npm run build
- run: npm run test