Skip to content

Commit 5b18a30

Browse files
committed
ci: fix format-check crash on Tabs.astro and bump Node to 24
1 parent 73dca98 commit 5b18a30

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 20
19+
node-version: 24
2020
cache: 'pnpm'
2121

2222
- name: Install dependencies

.prettierignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@ archives/
3737
*.mdx
3838

3939
# Component overrides with custom formatting
40-
src/components/overrides/Banner.astro
40+
src/components/overrides/Banner.astro
41+
42+
# Conditional inline <script> inside JSX — prettier-plugin-astro cannot parse this pattern
43+
src/components/ui/Tabs.astro

0 commit comments

Comments
 (0)