Skip to content

Commit

Permalink
Fixes CI issues by switching to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamartio committed Dec 12, 2021
1 parent d85347a commit b8216d8
Show file tree
Hide file tree
Showing 7 changed files with 99 additions and 50,474 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci && npm run build
- run: yarn install --immutable --immutable-cache --check-cache && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firebase-hosting-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm ci && npm run build
- run: yarn install --immutable --immutable-cache --check-cache && npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down
Loading

0 comments on commit b8216d8

Please sign in to comment.