Skip to content

Update tailwindcss 3.1.2 → 3.4.14 (minor) #533

Update tailwindcss 3.1.2 → 3.4.14 (minor)

Update tailwindcss 3.1.2 → 3.4.14 (minor) #533

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/[email protected]
with:
node-version: 16.x
- name: Install Yarn
run: npm install -g yarn
- name: Install Packages
run: yarn install --frozen-lockfile
- name: Build project
run: yarn build