Skip to content

Bump follow-redirects from 1.14.8 to 1.15.4 #95

Bump follow-redirects from 1.14.8 to 1.15.4

Bump follow-redirects from 1.14.8 to 1.15.4 #95

Workflow file for this run

name: test-browser
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci
- run: npm run test:browser
env:
CI: true