Skip to content

chore(deps): bump follow-redirects from 1.15.2 to 1.15.4 #65

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

chore(deps): bump follow-redirects from 1.15.2 to 1.15.4 #65

Workflow file for this run

name: Test Package
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- run: yarn install
- env:
MAILGUN_DOMAIN: ${{ secrets.MAILGUN_DOMAIN }}
MAILGUN_KEY: ${{ secrets.MAILGUN_KEY }}
run: yarn test