Skip to content

chore(deps): bump serve-static and express #273

chore(deps): bump serve-static and express

chore(deps): bump serve-static and express #273

Workflow file for this run

name: Run unit tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm ci
- name: Run tests
run: npm test