Skip to content

Commit 7817cc8

Browse files
committed
update to v24 in ci and remove svelte residue
1 parent 3a44e7e commit 7817cc8

3 files changed

Lines changed: 8 additions & 108 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: withastro/action@v3
2121
with:
2222
path: .
23-
node-version: 23
23+
node-version: 24
2424
package-manager: pnpm@latest
2525

2626
deploy:

.prettierrc

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,13 @@
44
"singleQuote": false,
55
"trailingComma": "all",
66
"printWidth": 100,
7-
"plugins": [
8-
"prettier-plugin-astro",
9-
"prettier-plugin-tailwindcss",
10-
],
7+
"plugins": ["prettier-plugin-astro", "prettier-plugin-tailwindcss"],
118
"overrides": [
129
{
1310
"files": "*.astro",
1411
"options": {
15-
"parser": "astro",
16-
},
17-
},
18-
{
19-
"files": "*.svelte",
20-
"options": {
21-
"parser": "svelte",
22-
},
23-
},
24-
],
12+
"parser": "astro"
13+
}
14+
}
15+
]
2516
}

pnpm-lock.yaml

Lines changed: 2 additions & 93 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)