Skip to content

build(deps): bump next from 13.4.19 to 14.2.13 #134

build(deps): bump next from 13.4.19 to 14.2.13

build(deps): bump next from 13.4.19 to 14.2.13 #134

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run Build
run: bun run build