Skip to content

chore(deps): bump follow-redirects from 1.14.9 to 1.15.6 #388

chore(deps): bump follow-redirects from 1.14.9 to 1.15.6

chore(deps): bump follow-redirects from 1.14.9 to 1.15.6 #388

Workflow file for this run

name: test
on:
- push
- pull_request
- workflow_dispatch
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: yarn --frozen-lockfile
- run: yarn run test:coverage
- name: Upload to Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
testInternals:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 16.x
- run: yarn --frozen-lockfile
- run: yarn run test:internals