Skip to content

chore(deps): bump follow-redirects in /hedgehog-docs (#243) #1059

chore(deps): bump follow-redirects in /hedgehog-docs (#243)

chore(deps): bump follow-redirects in /hedgehog-docs (#243) #1059

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