chore: attempt fix nightly workflow
mellbacon committed
Jul 14, 2023 at 15:48 UTC
a97cb21edde646e28e6d74471fae8c1075ecd3fe
1 file changed
+2
-2
.github/workflows/main.yml
+2
-2
@@ -25,13 +25,13 @@ jobs:
25
workspaces: './src-tauri -> target'
26
27
- name: setup node
28
- uses: actions/setup-node@v3
28
+ uses: actions/setup-node@main
29
with:
30
node-version: 'lts/*'
31
cache: 'yarn'
32
33
- name: Install frontend dependencies
34
- run: yarn upgrade && yarn install
34
+ run: yarn install
35
36
- name: Build app
37
run: yarn tauri build