Skip to content

Commit 956fbf2

Browse files
committed
ci: update ci 💚
1 parent 3fd77b2 commit 956fbf2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
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
### 🚀 新功能
@@ -17,6 +11,10 @@
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 修复

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)