Skip to content

chore(deps-dev): bump follow-redirects from 1.14.8 to 1.15.4 #63

chore(deps-dev): bump follow-redirects from 1.14.8 to 1.15.4

chore(deps-dev): bump follow-redirects from 1.14.8 to 1.15.4 #63

Workflow file for this run

on: pull_request
name: Test
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '12'
cache: 'npm'
- run: npm ci
- run: npm run test
- run: npm run build