Skip to content

chore(deps): update dependency @whatwg-node/server to v0.9.65 (#8187) #9976

chore(deps): update dependency @whatwg-node/server to v0.9.65 (#8187)

chore(deps): update dependency @whatwg-node/server to v0.9.65 (#8187) #9976

Workflow file for this run

name: release
on:
push:
branches:
- master
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
stable:
permissions:
contents: read
id-token: write
pull-requests: write
if: github.ref == 'refs/heads/master'
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@v1
with:
releaseScript: release
versionScript: 'changeset-version'
node-version-file: .node-version
secrets:
githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
npmToken: ${{ secrets.NODE_AUTH_TOKEN }}