chore(workflows): changed npm to yarn

This commit is contained in:
2025-06-26 23:57:36 +02:00
parent 0410b48bbe
commit a176e46eef
2 changed files with 2 additions and 2 deletions
@@ -9,7 +9,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 }}'