Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
fix: add firebase tools version for node v14 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote committed Dec 27, 2023
1 parent 8803ea3 commit 6ccd8f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/firebase-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
firebaseServiceAccount: '${{ secrets.FIREBASE_SA_API3_DOCS }}'
expires: 7d
channelId: ${{ steps.get_branch.outputs.branch_name }}
firebaseToolsVersion: '11.30.0'
id: firebase_deploy

- uses: actions/github-script@v6
Expand Down

1 comment on commit 6ccd8f5

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.