8000 Bump @tailwindcss/postcss from 4.1.7 to 4.1.8 · laststance/create-react-app-vite@1f0679d · GitHub
[go: up one dir, main page]

Skip to content

Bump @tailwindcss/postcss from 4.1.7 to 4.1.8 #2669

Bump @tailwindcss/postcss from 4.1.7 to 4.1.8

Bump @tailwindcss/postcss from 4.1.7 to 4.1.8 #2669

Workflow file for this run

name: Typecheck
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare
- run: pnpm typecheck
0