[READ-ONLY] Mirror of https://github.com/flo-bit/ui-kit. 🦊 fox ui, svelte 5 and tailwind 4 flo-bit.dev/ui-kit/
svelte tailwindcss ui-components
0

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #80 from flo-bit/more-styling-costumization-small-fixes

fix ci

authored by

Florian and committed by
GitHub
(Apr 13, 2026, 3:36 AM +0200) 12f0bd57 c1be73ae

+2 -2
+2 -2
.github/workflows/ci.yml
··· 39 39 node-version: 22 40 40 cache: 'pnpm' 41 41 42 - - name: Install latest npm (>= 11.5.1 for trusted publishing) 43 - run: npm install -g npm@latest 42 + - name: Install npm (>= 11.5.1 for trusted publishing) 43 + run: npm install -g npm@11.5.1 44 44 45 45 - name: Install dependencies 46 46 run: pnpm install