Skip to content

Bump tailwindcss from 3.4.13 to 4.0.3 #53

Bump tailwindcss from 3.4.13 to 4.0.3

Bump tailwindcss from 3.4.13 to 4.0.3 #53

Workflow file for this run

name: Build
on:
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Node.js
uses: actions/setup-node@v3
- name: Install Dependencies
run: yarn install
- name: Build Project
run: yarn build