Skip to content

Bump @tailwindcss/cli from 4.0.1 to 4.0.4 #284

Bump @tailwindcss/cli from 4.0.1 to 4.0.4

Bump @tailwindcss/cli from 4.0.1 to 4.0.4 #284

Workflow file for this run

name: CI
on:
push:
branches-ignore:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Install
run: yarn --immutable
- name: Build
run: yarn build