fix: 校验固件大小上限

This commit is contained in:
Del Wang
2025-04-13 10:20:27 +08:00
parent 2cf6623db9
commit b7cf35d14c
2 changed files with 20 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
FROM node:22-alpine
ENV CI=true
ENV TZ=Asia/Shanghai
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime \