Skip to content

Bump follow-redirects from 1.15.1 to 1.15.4 #493

Bump follow-redirects from 1.15.1 to 1.15.4

Bump follow-redirects from 1.15.1 to 1.15.4 #493

Workflow file for this run

name: Node.js Test
on:
push:
branches-ignore:
- develop
pull_request:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Install dependencies
run: npm install
- name: Build statics
run: npm run build