Skip to content

Commit

Permalink
fix: npm peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Jan 3, 2025
1 parent b4895e1 commit 0271a32
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-aab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
workflow_dispatch:
push:
tags:
- 'fdroid-v*.*.*'
- 'v*.*.*'
paths-ignore:
- 'README.md'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-apk-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
tags:
- 'fdroid-v*.*.*'
- 'v*.*.*'
paths-ignore:
- 'README.md'
- 'wiki/**'
Expand Down Expand Up @@ -48,7 +47,7 @@ jobs:
echo "BUILD_TOOLS_VERSION=$(ls /usr/local/lib/android/sdk/build-tools/ | sort -V | tail -n 1)" >> $GITHUB_ENV
- name: Install dependencies
run: npm install
run: npm install --force
- name: Fix gradle error
run: npx zx scripts/fix-gradle.mjs

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
workflow_dispatch:
push:
tags:
- 'fdroid-v*.*.*'
- 'v*.*.*'
paths-ignore:
- 'README.md'
Expand Down

0 comments on commit 0271a32

Please sign in to comment.