Skip to content

[Snyk] Security upgrade express from 4.18.1 to 4.22.0 #37

[Snyk] Security upgrade express from 4.18.1 to 4.22.0

[Snyk] Security upgrade express from 4.18.1 to 4.22.0 #37

Workflow file for this run

name: Run tests on PRs
on:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test