Skip to content

Bump follow-redirects from 1.15.2 to 1.15.6 #373

Bump follow-redirects from 1.15.2 to 1.15.6

Bump follow-redirects from 1.15.2 to 1.15.6 #373

Workflow file for this run

name: Test
on:
pull_request:
jobs:
code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 16.x
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Run Build
run: CI=false yarn run prepublishOnly
- name: Run Prettier
run: yarn run format:check