Skip to content

Bump follow-redirects from 1.15.2 to 1.15.4 #14

Bump follow-redirects from 1.15.2 to 1.15.4

Bump follow-redirects from 1.15.2 to 1.15.4 #14

Workflow file for this run

name: MR Build
on:
pull_request
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/[email protected]
with:
persist-credentials: false
- name: Install and Build 🔧
run: |
npm install
export BASE_URL=/email-harvester
npm run build