Skip to content

chore(deps): update dependency tailwindcss to v3.4.17 #1217

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

chore(deps): update dependency tailwindcss to v3.4.17 #1217

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