Skip to content

Bump supertest from 6.3.4 to 7.0.0 #178

Bump supertest from 6.3.4 to 7.0.0

Bump supertest from 6.3.4 to 7.0.0 #178

Workflow file for this run

name: on-push
on:
push:
branches:
- main
jobs:
build-lint-test:
uses: ./.github/workflows/build-lint-test.yml
secrets: inherit
publish-alpha:
if: github.actor != 'dependabot[bot]' && github.actor != 'mergify[bot]'
needs:
- build-lint-test
uses: ./.github/workflows/publish-alpha.yml
secrets: inherit
coverage:
needs:
- build-lint-test
uses: ./.github/workflows/publish-coverage.yml
secrets: inherit