Skip to content

fix(deps): update dependency prom-client to v15 #215

fix(deps): update dependency prom-client to v15

fix(deps): update dependency prom-client to v15 #215

Workflow file for this run

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