Skip to content

Commit

Permalink
Merge branch 'build-failures' into issue-739
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Feb 19, 2025
2 parents 41bfafc + 41518ab commit 308ef86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
key: ${{ runner.os }}-maven-build-${{ hashFiles('deps.edn') }}

- name: 🗝 Clerk Cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: .clerk
key: ${{ runner.os }}-clerk-cache
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
key: ${{ runner.os }}-maven-ssr-${{ hashFiles('deps.edn') }}

- name: 🎨 Setup Tailwindcss
run: yarn global add tailwindcss @tailwindcss/typography
run: yarn global add tailwindcss@3.4.17 @tailwindcss/typography

- name: 🧶 Yarn Global
run: echo $(yarn global dir)/node_modules
Expand Down

0 comments on commit 308ef86

Please sign in to comment.