Skip to content

chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /hedgehog-docs #1056

chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /hedgehog-docs

chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 in /hedgehog-docs #1056

Workflow file for this run

name: CI runner
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: '16.x'
- name: Install Dependencies
run: |
yarn
- name: Build
run: yarn build
env:
CI: true