Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

chore(deps): bump follow-redirects from 1.7.0 to 1.15.5 #7

chore(deps): bump follow-redirects from 1.7.0 to 1.15.5

chore(deps): bump follow-redirects from 1.7.0 to 1.15.5 #7

Workflow file for this run

name: Node CI
on:
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Use Node.js 10.x
uses: actions/setup-node@v1
with:
version: 10.x
- name: install and build
run: |
yarn install
yarn build:external