Skip to content

chore(deps-dev): bump @types/supertest from 6.0.1 to 6.0.2 #896

chore(deps-dev): bump @types/supertest from 6.0.1 to 6.0.2

chore(deps-dev): bump @types/supertest from 6.0.1 to 6.0.2 #896

Workflow file for this run

name: Node CI
on:
push:
branches:
- master
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x, 19.x, 20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3