Skip to content

Bump follow-redirects from 1.15.2 to 1.15.5 #19

Bump follow-redirects from 1.15.2 to 1.15.5

Bump follow-redirects from 1.15.2 to 1.15.5 #19

Workflow file for this run

name: Build and Test
on:
push:
branches:
- master
pull_request:
jobs:
build-and-test:
name: Build and test
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install Node.js 14.x
uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Install dependencies
run: npm clean-install