Skip to content

fix(deps): update nextjs monorepo to v15.0.2 #3592

fix(deps): update nextjs monorepo to v15.0.2

fix(deps): update nextjs monorepo to v15.0.2 #3592

Workflow file for this run

name: PR
on:
pull_request: {}
jobs:
dependencies:
uses: the-guild-org/shared-config/.github/workflows/changesets-dependencies.yaml@main
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: 20
packageManager: pnpm
secrets:
githubToken: ${{ secrets.GITHUB_TOKEN }}
npmToken: ${{ secrets.NPM_AUTH_TOKEN }}