Skip to content

chore(deps): update dependency eslint to v9 #4462

chore(deps): update dependency eslint to v9

chore(deps): update dependency eslint to v9 #4462

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 }}