Skip to content

fix(deps): update dependency @react-hookz/web to v24 #3402

fix(deps): update dependency @react-hookz/web to v24

fix(deps): update dependency @react-hookz/web to v24 #3402

Workflow file for this run

name: Canary Release
on:
pull_request:
branches:
- main
jobs:
release-canary:
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
if:
${{ github.actor != 'dependabot[bot]' && github.actor !=
'dependabot-preview[bot]' && github.actor != 'renovate[bot]' }}
with:
packageManager: pnpm
npmTag: canary
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}