Skip to content

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

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

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

Workflow file for this run

name: release
env:
NODE_OPTIONS: --max-old-space-size=4096
concurrency:
group: ${{ github.workflow }}-release-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- master
permissions: write-all
jobs:
stable:
uses: the-guild-org/shared-config/.github/workflows/release-stable.yml@v1
with:
releaseScript: run release
node-version-file: .node-version
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NODE_AUTH_TOKEN }}