Skip to content

Commit

Permalink
chore: update build node version
Browse files Browse the repository at this point in the history
  • Loading branch information
FireBushtree committed Feb 4, 2024
1 parent 8ece29b commit cc1ecbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/setup-node@v4
# NOTE: enterprise developers may hard code a version
with:
node-version: latest
node-version: 18
# node-version-file: '.nvmrc'

- name: Install Rust toolchain
Expand All @@ -51,7 +51,7 @@ jobs:
with:
# tauri-action replaces \_\_VERSION\_\_ with the app version
tagName: ${{ github.ref_name }}
releaseName: "Sample Release for Modern Desktop App v__VERSION__"
releaseName: "App v__VERSION__"
releaseBody: |
${{steps.build_changelog.outputs.changelog}}
See the assets to download this version and install.
Expand Down

0 comments on commit cc1ecbe

Please sign in to comment.