Skip to content

Commit

Permalink
added --force for the current npm version migration
Browse files Browse the repository at this point in the history
  • Loading branch information
itsparser committed Jan 4, 2025
1 parent 69dd9e9 commit 07573c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "test-on-pr"

on: [pull_request]
on: [ pull_request ]

# This workflow will build your tauri app without uploading it anywhere.

Expand Down Expand Up @@ -43,7 +43,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: npm install # change this to npm, pnpm or bun depending on which one you use.
run: npm install --force # change this to npm, pnpm or bun depending on which one you use.
working-directory: ./crates/webapp/

# If tagName and releaseId are omitted tauri-action will only build the app and won't try to upload any assets.
Expand Down

0 comments on commit 07573c8

Please sign in to comment.