Skip to content

fix(deps): update dependency @whatwg-node/server to v0.9.4 (#350) #402

fix(deps): update dependency @whatwg-node/server to v0.9.4 (#350)

fix(deps): update dependency @whatwg-node/server to v0.9.4 (#350) #402

Workflow file for this run

name: release
env:
NODE_OPTIONS: --max-old-space-size=4096
on:
push:
branches:
- master
jobs:
stable:
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@main
with:
releaseScript: release
nodeVersion: 18
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NODE_AUTH_TOKEN }}