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

add registry url

Florian (Mar 19, 2025, 10:45 PM +0100) 87c23b52 31bf9dfb

+2 -1
+2 -1
.github/workflows/deploy_gh_pages.yml
··· 12 12 - name: Checkout 13 13 uses: actions/checkout@v4 14 14 15 - - name: Install Node.js 15 + - name: Setup Node.js 16 16 uses: actions/setup-node@v4 17 17 with: 18 18 node-version: 22 19 + registry-url: 'https://registry.npmjs.org' 19 20 cache: npm 20 21 21 22 - name: Install dependencies