Skip to content

fix(deps): update dependency cosmiconfig to v9 #1289

fix(deps): update dependency cosmiconfig to v9

fix(deps): update dependency cosmiconfig to v9 #1289

Workflow file for this run

name: Canary Release
on:
pull_request:
branches:
- master
jobs:
# dependencies:
# uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
# with:
# preCommit: 'pnpm run prettier'
# installDependencies: true
# packageManager: 'pnpm'
# secrets:
# githubToken: ${{ secrets.GUILD_BOT_TOKEN }}
canary:
uses: the-guild-org/shared-config/.github/workflows/release-snapshot.yml@main
with:
npmTag: alpha
buildScript: build
nodeVersion: 23
packageManager: 'pnpm'
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_TOKEN }}