Skip to content

Bump next from 13.0.6 to 16.1.7 #1724

Bump next from 13.0.6 to 16.1.7

Bump next from 13.0.6 to 16.1.7 #1724

Workflow file for this run

name: Auto format code with Prettier
on:
push:
pull_request:
jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v1
with:
bun-version: "1.3.4"
- run: bun install --frozen-lockfile
- run: bun run prettier