Skip to content

chore(deps): bump follow-redirects from 1.15.0 to 1.15.6 in /indexer #6468

chore(deps): bump follow-redirects from 1.15.0 to 1.15.6 in /indexer

chore(deps): bump follow-redirects from 1.15.0 to 1.15.6 in /indexer #6468

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./webapp
steps:
- uses: actions/checkout@master
- name: Use Node.js 18.x
uses: actions/[email protected]
with:
node-version: 18.x
cache: "npm"
cache-dependency-path: webapp/package-lock.json
- name: Install
run: npm install --legacy-peer-deps
- name: Test
run: npm run test:coverage
- name: report coverage
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
base-path: ./webapp
path-to-lcov: ./webapp/coverage/lcov.info