Skip to content

Commit da8e1cc

Browse files
authored
fix: setup utoo (ant-design#56452)
* fix: setup utoo * chore: size-limit to 617 KiB --------- Co-authored-by: binghui.dbh <binghui.dbh@antgroup.com>
1 parent 89fa656 commit da8e1cc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/size-limit.yml

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

1818
steps:
1919
- uses: actions/checkout@v6
20-
- uses: oven-sh/setup-utoo@v1
20+
- uses: utooland/setup-utoo@v1
2121
- name: size-limit
2222
uses: ant-design/size-limit-action@master
2323
with:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
},
339339
{
340340
"path": "./dist/antd-with-locales.min.js",
341-
"limit": "616 KiB",
341+
"limit": "617 KiB",
342342
"gzip": true
343343
}
344344
],

0 commit comments

Comments
 (0)