[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.

fix ci

Florian (Apr 13, 2026, 3:35 AM +0200) b107500d de6cd487

+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