Skip to content

chore(deps): bump daisyui from 3.9.4 to 5.3.9 #235

chore(deps): bump daisyui from 3.9.4 to 5.3.9

chore(deps): bump daisyui from 3.9.4 to 5.3.9 #235

Workflow file for this run

name: CI
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version-file: package.json
- name: Install
run: npm install
- name: Test build
run: npm run build