Skip to content

chore(deps): update dependency tailwindcss to v3.4.16 #1322

chore(deps): update dependency tailwindcss to v3.4.16

chore(deps): update dependency tailwindcss to v3.4.16 #1322

Workflow file for this run

name: Build
on:
pull_request:
push:
branches-ignore:
- main
jobs:
build:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install and Build 🔧
run: |
yarn set version stable
yarn install
yarn build