Skip to content

Commit

Permalink
Fix tailwind pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingTil committed Mar 5, 2024
1 parent b5677f8 commit 69d00cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tailwind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: '14'
- name: Install Tailwind
run: npm install -D tailwindcss
- name: Install Dependencies
Expand Down

0 comments on commit 69d00cf

Please sign in to comment.