Skip to content

Commit

Permalink
chore: maybe node version does not take patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
nsrCodes committed Oct 3, 2024
1 parent 9265a02 commit 52ad658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_desktop_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Install Node.js, NPM and Yarn
uses: actions/setup-node@v2
with:
node-version: 20.9.0
node-version: 20.9

- name: Install desktop app dependencies
run: bash ./install.sh
Expand Down

0 comments on commit 52ad658

Please sign in to comment.