chore(build): remove deprecated always-auth npm config from CI workflow
Some checks failed
Frontend CI / ota-android (push) Has been cancelled
Frontend CI / build-android-apk (push) Has been cancelled
Frontend CI / build-and-push-web (push) Failing after 40s

This commit is contained in:
lafay
2026-04-27 23:36:16 +08:00
parent 9745d2209f
commit 88d9ffe9da
2 changed files with 12 additions and 6 deletions

View File

@@ -41,6 +41,12 @@ jobs:
node-version: '25.6.1' node-version: '25.6.1'
registry-url: 'https://registry.npmmirror.com' registry-url: 'https://registry.npmmirror.com'
- name: Remove deprecated always-auth npm config
run: |
if [ -f ~/.npmrc ]; then
sed -i '/always-auth/d' ~/.npmrc
fi
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm ci
@@ -123,6 +129,12 @@ jobs:
node-version: '25.6.1' node-version: '25.6.1'
registry-url: 'https://registry.npmmirror.com' registry-url: 'https://registry.npmmirror.com'
- name: Remove deprecated always-auth npm config
run: |
if [ -f ~/.npmrc ]; then
sed -i '/always-auth/d' ~/.npmrc
fi
- name: Cache Gradle - name: Cache Gradle
uses: actions/cache@v4 uses: actions/cache@v4
with: with:

View File

@@ -92,12 +92,6 @@
"cameraPermission": "允许威友访问您的相机以扫描二维码" "cameraPermission": "允许威友访问您的相机以扫描二维码"
} }
], ],
[
"expo-notifications",
{
"sounds": []
}
],
[ [
"expo-background-task", "expo-background-task",
{ {