Skip to content

Bump follow-redirects from 1.15.3 to 1.15.4 (#537) #84

Bump follow-redirects from 1.15.3 to 1.15.4 (#537)

Bump follow-redirects from 1.15.3 to 1.15.4 (#537) #84

Workflow file for this run

name: Unit Tests
on: [ push, pull_request ]
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '20'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- run: npx webpack
- run: yarn run test
- uses: codecov/codecov-action@v3