chore: changed npm for yarn in gh workflows

This commit is contained in:
2025-03-20 20:47:50 +01:00
parent 069b27beaa
commit 339b3edd1e
3 changed files with 2 additions and 12956 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci && npm run build
- run: yarn && yarn build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'