Skip to content

Commit 4e13277

Browse files
author
Hiram
committed
[bug] fix build error
1 parent df3b543 commit 4e13277

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
with:
2121
submodules: "recursive"
2222

23-
- name: Install Node.js 18.x
23+
- name: Install Node.js 22.x
2424
uses: actions/setup-node@v4
2525
with:
26-
node-version: 18.18.0
26+
node-version: 'latest'
2727
cache: 'yarn'
2828

2929
- name: Build/release Electron app

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,6 @@
166166
]
167167
},
168168
"engines": {
169-
"node": ">=20"
169+
"node": "20 || >= 22"
170170
}
171171
}

0 commit comments

Comments
 (0)