Skip to content

Build(deps): Bump tailwindcss from 3.4.17 to 4.1.17 #1502

Build(deps): Bump tailwindcss from 3.4.17 to 4.1.17

Build(deps): Bump tailwindcss from 3.4.17 to 4.1.17 #1502

Workflow file for this run

name: Testing
on:
push:
branches:
- main
pull_request:
schedule:
- cron: '5 1 * * *' # Run nightly
workflow_dispatch:
jobs:
testing:
name: Astro build
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 20.7.0
- name: Run make clean
run: make clean
- name: Run make init
run: make init
- name: Run make build
run: make build