Skip to content

Bump follow-redirects from 1.15.3 to 1.15.6 #56

Bump follow-redirects from 1.15.3 to 1.15.6

Bump follow-redirects from 1.15.3 to 1.15.6 #56

Workflow file for this run

name: Javascript Build & Tests
on:
pull_request:
branches: [ main ]
jobs:
build:
name: Build & Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Install
run: npm install
# - name: Test
# run: |
# npm run jstest