Skip to content

Commit

Permalink
Use correct node.js version for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyabsi committed Dec 29, 2023
1 parent 0237e30 commit 3c1b1d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tauri_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -47,4 +47,4 @@ jobs:
releaseName: 'App v__VERSION__'
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
prerelease: false
prerelease: true

0 comments on commit 3c1b1d1

Please sign in to comment.