Skip to content

Bump follow-redirects from 1.15.2 to 1.15.4 (#75) #205

Bump follow-redirects from 1.15.2 to 1.15.4 (#75)

Bump follow-redirects from 1.15.2 to 1.15.4 (#75) #205

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
Jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Tests
run: |
npm ci
npm run test:ci