Skip to content

⬆️ upgrade tailwindcss to v3.4.1 #6

⬆️ upgrade tailwindcss to v3.4.1

⬆️ upgrade tailwindcss to v3.4.1 #6

Workflow file for this run

name: CI
on: [push]
jobs:
build:
name: Build, lint, and test on Node
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Use Node
uses: actions/setup-node@v4
with:
node-version: "20.x"
cache: "yarn"
- name: Install Dependencies
run: yarn
- name: Lint
run: yarn lint
- name: Build
run: yarn build