chore: changed workflow npm to yarn

This commit is contained in:
2024-08-05 15:55:15 +02:00
parent f2b1fc5369
commit 71d697eda5
@@ -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 }}'