File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Deploy to Firebase Functions for Node18
1+ # Deploy to Firebase Functions for Node20
22
3- A GitHub Action to deploy to Firebase Cloud Functions for Node18 .
3+ A GitHub Action to deploy to Firebase Cloud Functions for Node20 .
44
55- Make sure that you checkout the repository using the [ actions/checkout] ( https://github.com/actions/checkout ) action
66- Make sure that you have the ` firebase.json ` file in the repository
2323 runs-on : ubuntu-latest
2424 steps :
2525 - uses : actions/checkout@v2
26- - uses : jsryudev/deploy-firebase-functions@v18 .0.0
26+ - uses : jsryudev/deploy-firebase-functions@v20 .0.0
2727 env :
2828 FIREBASE_TOKEN : ${{ secrets.FIREBASE_TOKEN }}
2929 FIREBASE_PROJECT : firebase-project-id
4343 runs-on: ubuntu-latest
4444 steps:
4545 - uses: actions/checkout@v2
46- - uses: jsryudev/deploy-firebase-functions@v18 .0.0
46+ - uses: jsryudev/deploy-firebase-functions@v20 .0.0
4747 env:
4848 FIREBASE_TOKEN: ${{ secrets.FIREBASE_TOKEN }}
4949 FIREBASE_PROJECT: firebase-project-id
You can’t perform that action at this time.
0 commit comments