Skip to content

Commit 4dcfdad

Browse files
committed
fix: ci node version
1 parent 9ea80ef commit 4dcfdad

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node.js
2525
uses: actions/setup-node@v3
2626
with:
27-
node-version: 20
27+
node-version: 22
2828
- name: Install Pnpm
2929
run: npm i pnpm@latest -g
3030
- name: Install Node Dependencies

frontend/antdx/think/Index.svelte

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
_internal: {
1818
layout?: boolean;
1919
};
20-
root: string;
21-
proxy_url: string;
2220
}>(() => props);
2321
2422
const getProceedProps = processProps(() => {
@@ -29,8 +27,6 @@
2927
elem_classes,
3028
elem_id,
3129
elem_style,
32-
root,
33-
proxy_url,
3430
...restProps
3531
} = getComponentProps();
3632
return {
@@ -43,8 +39,6 @@
4339
elem_id,
4440
elem_classes,
4541
elem_style,
46-
root,
47-
proxy_url,
4842
};
4943
}, {});
5044
const proceedProps = $derived(getProceedProps());

0 commit comments

Comments
 (0)