Skip to content

Bump @tailwindcss/postcss from 4.0.14 to 4.1.5 #34

Bump @tailwindcss/postcss from 4.0.14 to 4.1.5

Bump @tailwindcss/postcss from 4.0.14 to 4.1.5 #34

Workflow file for this run

name: PR Build Check
on:
pull_request:
branches:
- main
jobs:
build-check:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
cache: npm
- name: Install Dependencies
run: npm install
- name: Build Project
run: npm run build