We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285c20e commit b1513afCopy full SHA for b1513af
.github/workflows/main.yml
@@ -129,7 +129,7 @@ jobs:
129
key: ${{ runner.os }}-maven-build-${{ hashFiles('deps.edn') }}
130
131
- name: 🗝 Clerk Cache
132
- uses: actions/cache@v2
+ uses: actions/cache@v4
133
with:
134
path: .clerk
135
key: ${{ runner.os }}-clerk-cache
@@ -197,7 +197,7 @@ jobs:
197
key: ${{ runner.os }}-maven-ssr-${{ hashFiles('deps.edn') }}
198
199
- name: 🎨 Setup Tailwindcss
200
- run: yarn global add tailwindcss @tailwindcss/typography
+ run: yarn global add tailwindcss@3.4.17 @tailwindcss/typography
201
202
- name: 🧶 Yarn Global
203
run: echo $(yarn global dir)/node_modules
0 commit comments