Skip to content

Bump follow-redirects from 1.14.9 to 1.15.5 #12

Bump follow-redirects from 1.14.9 to 1.15.5

Bump follow-redirects from 1.14.9 to 1.15.5 #12

Workflow file for this run

name: Test package
on: pull_request
jobs:
build-package:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm install
- run: npm test
- run: npm run build