From cc1ecbe892fb49f54ccb28de2fed7588ee4cf203 Mon Sep 17 00:00:00 2001 From: "owen.huang" Date: Sun, 4 Feb 2024 17:50:31 +0800 Subject: [PATCH] chore: update build node version --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 533ea8e..06a69bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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.