Skip to content

chore(deps-dev): bump follow-redirects from 1.15.2 to 1.15.6 #349

chore(deps-dev): bump follow-redirects from 1.15.2 to 1.15.6

chore(deps-dev): bump follow-redirects from 1.15.2 to 1.15.6 #349

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2.1.4
with:
node-version: 14
- run: |
npm install
- run: |
npm run lint
- run: |
npm run test
- uses: actions/upload-artifact@v2
with:
name: code-coverage-report
path: reports