Skip to content

Bump express from 4.17.3 to 4.19.2 in /tickets #80

Bump express from 4.17.3 to 4.19.2 in /tickets

Bump express from 4.17.3 to 4.19.2 in /tickets #80

Workflow file for this run

name: tests-tickets
on:
pull_request:
paths:
- "tickets/**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cd tickets && npm install && npm run test:ci