Skip to content

Commit 65b9424

Browse files
committed
update nodejs to 22
1 parent 3ba452c commit 65b9424

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

+5
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ jobs:
4242
with:
4343
submodules: recursive
4444

45+
- name: Set up Node.js
46+
uses: actions/setup-node@v2
47+
with:
48+
node-version: '22' # 指定要安装的 Node.js 版本
49+
4550
- name: Build for Windows
4651
if: ${{ matrix.target == 'windows' }}
4752
working-directory: ./server

0 commit comments

Comments
 (0)