Skip to content

Bump follow-redirects from 1.15.3 to 1.15.6 #39

Bump follow-redirects from 1.15.3 to 1.15.6

Bump follow-redirects from 1.15.3 to 1.15.6 #39

Workflow file for this run

name: Continuous Integration
on: [push, pull_request]
jobs:
lint-and-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm install
- name: Run Prettier
run: npm run prettier