diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 43752db..9e40245 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -48,7 +48,7 @@ jobs: # You can remove the one that doesn't apply to your app to speed up the workflow a bit. - name: install frontend dependencies - run: yarn install # change this to npm, pnpm or bun depending on which one you use. + run: npm ci # change this to npm, pnpm or bun depending on which one you use. - uses: tauri-apps/tauri-action@v0 env: