Skip to content

Bump daisyui from 3.9.4 to 4.12.22 #48

Bump daisyui from 3.9.4 to 4.12.22

Bump daisyui from 3.9.4 to 4.12.22 #48

Workflow file for this run

---
name: ci
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
nextjs-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '21.7'
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint