Skip to content

Upgrade Next.js to 15.5.9 and React to 19.0.0 #5

Upgrade Next.js to 15.5.9 and React to 19.0.0

Upgrade Next.js to 15.5.9 and React to 19.0.0 #5

Workflow file for this run

name: Lint
on:
push:
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
node-version: [20]
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2.0.1
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: Run lint
run: bun lint