Skip to content

Commit a721b13

Browse files
authored
Tailwind v4 upgrade (#3)
1 parent 3311d82 commit a721b13

File tree

11 files changed

+1872
-3403
lines changed

11 files changed

+1872
-3403
lines changed

.github/workflows/main.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,16 @@ jobs:
2121
steps:
2222
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2323
- name: Checkout
24-
uses: actions/checkout@v3
25-
24+
uses: actions/checkout@v4
2625
- name: Setup
27-
uses: actions/setup-node@v1
26+
uses: actions/setup-node@v4
27+
with:
28+
node-version: "22.x"
29+
- uses: pnpm/action-setup@v4
2830
with:
29-
node-version: "16.x"
30-
- run: npm install
31-
- run: npm run build
31+
version: 10
32+
- run: pnpm i
33+
- run: pnpm build
3234

3335
- name: Deploy
3436
uses: crazy-max/ghaction-github-pages@v3

0 commit comments

Comments
 (0)