Skip to content

build(deps): bump follow-redirects from 1.15.5 to 1.15.6 #15

build(deps): bump follow-redirects from 1.15.5 to 1.15.6

build(deps): bump follow-redirects from 1.15.5 to 1.15.6 #15

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
tags-ignore:
- '**'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install NPM dependencies
run: npm install
- name: Build
run: npm run build