Skip to content

Bump follow-redirects from 1.15.1 to 1.15.5 in /web-app #1452

Bump follow-redirects from 1.15.1 to 1.15.5 in /web-app

Bump follow-redirects from 1.15.1 to 1.15.5 in /web-app #1452

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
name: Run Unit Tests
strategy:
matrix:
node-version: [14.x, 16.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm test -- --watchAll=false
- run: cd web-app/ && npm ci
- run: cd web-app/ && npm test -- --watchAll=false