From 3c1b1d10020fb5ad37ab6591448f024361a3c047 Mon Sep 17 00:00:00 2001 From: nyabsi Date: Fri, 29 Dec 2023 04:10:42 +0200 Subject: [PATCH] Use correct node.js version for CI --- .github/workflows/tauri_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tauri_ci.yml b/.github/workflows/tauri_ci.yml index f009b812..d34e4147 100644 --- a/.github/workflows/tauri_ci.yml +++ b/.github/workflows/tauri_ci.yml @@ -32,7 +32,7 @@ jobs: - name: Sync node version and setup cache uses: actions/setup-node@v3 with: - node-version: 'lts/*' + node-version: '18.0.0' cache: 'yarn' - name: Install frontend dependencies @@ -47,4 +47,4 @@ jobs: releaseName: 'App v__VERSION__' releaseBody: 'See the assets to download this version and install.' releaseDraft: true - prerelease: false \ No newline at end of file + prerelease: true \ No newline at end of file