Skip to content

chore(deps): bump next from 14.2.12 to 14.2.15 #93

chore(deps): bump next from 14.2.12 to 14.2.15

chore(deps): bump next from 14.2.12 to 14.2.15 #93

Workflow file for this run

name: Format
on: [push]
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm ci
- run: npm run prettier:check