Skip to content

Bump follow-redirects from 1.15.2 to 1.15.4 #43

Bump follow-redirects from 1.15.2 to 1.15.4

Bump follow-redirects from 1.15.2 to 1.15.4 #43

Workflow file for this run

name: Build
on:
push:
branches: ['master', 'main']
pull_request:
branches: ['master', 'main']
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- uses: actions/setup-node@v1
with:
node-version: 14
- run: npm install
- run: npm run build
- run: cp ./coverage/*/lcov.info ./coverage/
- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}