Skip to content

Commit d3f8899

Browse files
authored
Merge pull request NdoleStudio#929 from NdoleStudio/copilot/fix-deploy-github-actions-job
Fix Firebase Deploy CI failure caused by Node.js 20 deprecation
2 parents 5c2d802 + 95fe89c commit d3f8899

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
7979

8080
- name: Firebase Deploy 🚀
81-
uses: FirebaseExtended/action-hosting-deploy@v0
81+
uses: FirebaseExtended/action-hosting-deploy@500ac625ca2dd40cbd15f7659af953801858032a
8282
with:
8383
repoToken: "${{ secrets.GITHUB_TOKEN }}"
8484
channelId: live

0 commit comments

Comments
 (0)