Skip to content

chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 (#95) #185

chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 (#95)

chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 (#95) #185

Workflow file for this run

name: CI
on:
- push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 14.x
uses: actions/setup-node@v1
with:
node-version: 14.x
- name: Run CI
run: |
yarn
yarn build