Skip to content

⬆️ Bump follow-redirects from 1.15.4 to 1.15.6 #61

⬆️ Bump follow-redirects from 1.15.4 to 1.15.6

⬆️ Bump follow-redirects from 1.15.4 to 1.15.6 #61

Workflow file for this run

name: Build on PR
"on": pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Installing Dependencies
run: yarn
- name: Building App
run: yarn run build