Skip to content

Bump @tailwindcss/vite from 4.1.18 to 4.2.1 #284

Bump @tailwindcss/vite from 4.1.18 to 4.2.1

Bump @tailwindcss/vite from 4.1.18 to 4.2.1 #284

Workflow file for this run

name: yarn
on:
push:
branches:
- main
tags:
- "*"
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install -g yarn
- run: corepack enable
- uses: actions/setup-node@v4
with:
cache: "yarn"
node-version: "22"
- run: yarn install --frozen-lockfile
- run: yarn lint