Skip to content

Commit

Permalink
update nodejs to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
sumneko committed Nov 13, 2024
1 parent 3ba452c commit 65b9424
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
with:
submodules: recursive

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '22' # 指定要安装的 Node.js 版本

- name: Build for Windows
if: ${{ matrix.target == 'windows' }}
working-directory: ./server
Expand Down

0 comments on commit 65b9424

Please sign in to comment.