Skip to content

build(deps): bump follow-redirects from 1.15.2 to 1.15.6 #253

build(deps): bump follow-redirects from 1.15.2 to 1.15.6

build(deps): bump follow-redirects from 1.15.2 to 1.15.6 #253

Workflow file for this run

name: Test
on: pull_request
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint
- name: Build
run: yarn build