Skip to content

Bump tailwindcss from 3.4.17 to 4.1.18 #13

Bump tailwindcss from 3.4.17 to 4.1.18

Bump tailwindcss from 3.4.17 to 4.1.18 #13

Workflow file for this run

name: Build
on:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Prepare repository
run: git fetch --unshallow --tags
- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Setup bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install