Skip to content

Bump @types/jaeger-client from 3.18.3 to 3.18.5 #1430

Bump @types/jaeger-client from 3.18.3 to 3.18.5

Bump @types/jaeger-client from 3.18.3 to 3.18.5 #1430

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