Skip to content

Bump follow-redirects from 1.15.3 to 1.15.5 #139

Bump follow-redirects from 1.15.3 to 1.15.5

Bump follow-redirects from 1.15.3 to 1.15.5 #139

Workflow file for this run

name: Node Build
on:
push:
branches: [latest]
pull_request:
workflow_dispatch:
jobs:
build_and_test:
uses: donavanbecker/.github/.github/workflows/nodejs-build-and-test.yml@latest
with:
enable_coverage: true
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
lint:
needs: build_and_test
uses: donavanbecker/.github/.github/workflows/eslint.yml@latest