Skip to content

Commit

Permalink
Update firebase-hosting-merge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yhimanshu22 authored Jul 14, 2024
1 parent 39befbd commit 8280ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14' # Ensure compatibility with Firebase CLI version 11
node-version: '20' # Ensure compatibility with Firebase CLI version 11

- name: Set Node.js options
run: export NODE_OPTIONS=--openssl-legacy-provider
Expand All @@ -28,7 +28,7 @@ jobs:
run: yarn run build

- name: Upgrade Firebase CLI
run: npm install -g firebase-tools@11 # Install Firebase CLI version 11
run: npm install -g firebase-tools@13 # Install Firebase CLI version 11

- name: Deploy to Firebase Hosting
uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down

0 comments on commit 8280ea9

Please sign in to comment.