Skip to content

Bump express from 4.18.2 to 4.21.1 in /frontend #837

Bump express from 4.18.2 to 4.21.1 in /frontend

Bump express from 4.18.2 to 4.21.1 in /frontend #837

name: testing-frontend
on:
workflow_dispatch:
push:
paths-ignore:
- 'README.md'
pull_request:
branches:
- 'master'
jobs:
run-frontend-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 14
- name: Clean install and run tests
working-directory: ./frontend
run: |
npm ci
npm test