Skip to content

chore(deps): bump next from 16.2.7 to 16.2.10 in the next group across 1 directory #6787

chore(deps): bump next from 16.2.7 to 16.2.10 in the next group across 1 directory

chore(deps): bump next from 16.2.7 to 16.2.10 in the next group across 1 directory #6787

Workflow file for this run

name: ci
on: pull_request
jobs:
autofix:
runs-on: ubuntu-latest
if: github.event.pull_request.head.repo.full_name == github.repository
steps:
- name: Autofix
uses: steebchen/actions/autofix@v0.17.0
with:
token: ${{ secrets.GH_TOKEN }}
format-command: pnpm migrations && pnpm build && pnpm format