Skip to content

Bump supertest from 7.0.0 to 7.1.0 #5

Bump supertest from 7.0.0 to 7.1.0

Bump supertest from 7.0.0 to 7.1.0 #5

Workflow file for this run

name: Test
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x, 22.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run test -- --coverage
- run: npx codecov