Skip to content

chore(deps-dev): bump follow-redirects from 1.9.0 to 1.15.4 #257

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

chore(deps-dev): bump follow-redirects from 1.9.0 to 1.15.4 #257

Workflow file for this run

name: test
on: push
jobs:
unit-tests:
runs-on: ubuntu-latest
# if: contains(github.event.head_commit.modified, 'api/')
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '10.x'
- run: npm ci
- run: npm run test