yarn instead of bun

This commit is contained in:
Viktor Rådberg
2023-09-17 19:22:10 +02:00
parent 060f64ec0e
commit c504e7f516

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: yarn && yarn build && bun lint
- run: yarn && yarn build && yarn lint
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'