Skip to content

chore(deps): update all non-major dependencies (#816) #907

chore(deps): update all non-major dependencies (#816)

chore(deps): update all non-major dependencies (#816) #907

Workflow file for this run

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