Skip to content

Commit

Permalink
[bug] fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed Sep 11, 2024
1 parent df3b543 commit 4e13277
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
with:
submodules: "recursive"

- name: Install Node.js 18.x
- name: Install Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 18.18.0
node-version: 'latest'
cache: 'yarn'

- name: Build/release Electron app
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,6 @@
]
},
"engines": {
"node": ">=20"
"node": "20 || >= 22"
}
}

0 comments on commit 4e13277

Please sign in to comment.