Skip to content

build(deps): bump tailwindcss from 3.4.0 to 4.1.16 #79

build(deps): bump tailwindcss from 3.4.0 to 4.1.16

build(deps): bump tailwindcss from 3.4.0 to 4.1.16 #79

Workflow file for this run

name: Build PR intellect.kpi.ua
permissions:
contents: read
on:
pull_request:
types:
- opened
- reopened
- synchronize
branches:
- master
push:
branches:
- master
jobs:
build:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v5
- name: Set up Node.js
uses: actions/setup-node@v5
with:
node-version: '20'
- name: Install Dependencies
run: npm install
- name: Build Application
run: npm run build