Skip to content

Bump follow-redirects from 1.14.8 to 1.15.4 #315

Bump follow-redirects from 1.14.8 to 1.15.4

Bump follow-redirects from 1.14.8 to 1.15.4 #315

Workflow file for this run

name: test
on:
pull_request: {}
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 12.x
- run: npm ci
- run: npm run lint
- run: npm run coverageNode
- run: npm run coverageWeb -- --browsers=ChromeHeadless
- run: npm run coverageWeb -- --browsers=FirefoxHeadless
# Run webpack to check size limits.
- run: npx webpack --config config/webpack.prod.js