Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Geoxor/Amethyst
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3c1b1d10020fb5ad37ab6591448f024361a3c047
Choose a base ref
..
head repository: Geoxor/Amethyst
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 989b4e81afdd3b1194b9b0f70c19854f2000602d
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 .github/workflows/tauri_ci.yml
4 changes: 2 additions & 2 deletions .github/workflows/tauri_ci.yml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ jobs:
- name: Sync node version and setup cache
uses: actions/setup-node@v3
with:
node-version: '18.0.0'
node-version: 'lts/*'
cache: 'yarn'

- name: Install frontend dependencies
@@ -45,6 +45,6 @@ jobs:
with:
tagName: app-v__VERSION__
releaseName: 'App v__VERSION__'
releaseBody: 'See the assets to download this version and install.'
releaseBody: 'Download Amethyst Tauri beta below.'
releaseDraft: true
prerelease: true