File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,12 @@ jobs:
2525 uses : actions/setup-node@v1
2626 with :
2727 node-version : 20
28+ - name : Increase memory limit
29+ run : |
30+ echo "::set-env name=NODE_OPTIONS=--max-old-space-size=4096" >> $GITHUB_ENV
2831 - name : Build/release Electron app
2932 env :
3033 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3134 run : |
3235 npm install
33- npm run fix-memory-limit
3436 npm run build
Original file line number Diff line number Diff line change 11# ChangeLog
22
3- ## [ v1.0.5] ( https://github.com/typeofNaN/tim-electron-chat/compare/v1.0.4...v1.0.5 ) (2025-07-14)
4-
5- ### 🤖 CI
6-
7- * 更新系统CI,设置构建内存
8-
93## [ v-1.0.4] ( https://github.com/typeofNaN/tim-electron-chat/compare/v1.0.3...v1.0.4 ) (2025-07-14)
104
115### 🚀 新功能
1711
1812* 将` emojis ` 封装成公共包调用
1913
14+ ### 🤖 CI
15+
16+ * 更新系统CI,设置构建内存
17+
2018## [ v1.0.3] ( https://github.com/typeofNaN/tim-electron-chat/compare/v1.0.2...v1.0.3 ) (2025-06-23)
2119
2220### 🐞 Bug 修复
Original file line number Diff line number Diff line change 11{
22 "name" : " tim-electron-chat" ,
3- "version" : " 1.0.5 " ,
3+ "version" : " 1.0.4 " ,
44 "description" : " TIM Electron Chat" ,
55 "author" : {
66 "name" : " typeofNaN" ,
You can’t perform that action at this time.
0 commit comments