From 8280ea934c4525ac86fffa61f2ac788ad83b7b4a Mon Sep 17 00:00:00 2001 From: Himanshu Yadav Date: Sun, 14 Jul 2024 09:50:46 +0530 Subject: [PATCH] Update firebase-hosting-merge.yml --- .github/workflows/firebase-hosting-merge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 7edc8a9..c8a5d34 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -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 @@ -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