Skip to content

chore(deps): update dependency supertest to v7 (#3297) #1952

chore(deps): update dependency supertest to v7 (#3297)

chore(deps): update dependency supertest to v7 (#3297) #1952

Workflow file for this run

name: Stable Release
on:
push:
branches:
- 'main'
jobs:
stable:
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
if: ${{ github.event.pull_request.title != 'Upcoming Release Changes' }}
with:
releaseScript: release
nodeVersion: 22
packageManager: pnpm
secrets:
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
npmToken: ${{ secrets.NODE_AUTH_TOKEN }}