From 3ffacf806e73693fb39810ad9b15984060a53868 Mon Sep 17 00:00:00 2001 From: Thea Nguyen <90273567+thea2506@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:48:19 -0700 Subject: [PATCH 1/5] Update firebase-hosting-pull-request.yml --- .github/workflows/firebase-hosting-pull-request.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index b708b34..c71e50c 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -8,6 +8,9 @@ jobs: if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}' runs-on: ubuntu-latest steps: + - uses: actions/setup-node@v4 + with: + node-version: 14 - uses: actions/checkout@v3 - run: npm i && npm run build - uses: FirebaseExtended/action-hosting-deploy@v0 From 02d674d5551bbd98bf6ce94fb65e173f07c48644 Mon Sep 17 00:00:00 2001 From: Thea Nguyen <90273567+thea2506@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:52:37 -0700 Subject: [PATCH 2/5] Update firebase-hosting-pull-request.yml --- .github/workflows/firebase-hosting-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index c71e50c..afebbf3 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/setup-node@v4 with: - node-version: 14 + node-version: 20 - uses: actions/checkout@v3 - run: npm i && npm run build - uses: FirebaseExtended/action-hosting-deploy@v0 From 4e96dbe97f185edc92572ec3c401a6979a63d037 Mon Sep 17 00:00:00 2001 From: Thea Nguyen <90273567+thea2506@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:56:25 -0700 Subject: [PATCH 3/5] Update firebase-hosting-pull-request.yml --- .github/workflows/firebase-hosting-pull-request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index afebbf3..4aa0ae3 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -10,10 +10,10 @@ jobs: steps: - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 14 - uses: actions/checkout@v3 - run: npm i && npm run build - - uses: FirebaseExtended/action-hosting-deploy@v0 + - uses: FirebaseExtended/action-hosting-deploy@v9.19.0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_SCAFFOLD_TOOL }}' From aee7a065ab68f2f19e16f4198259320ffbb041e6 Mon Sep 17 00:00:00 2001 From: Thea Nguyen <90273567+thea2506@users.noreply.github.com> Date: Fri, 2 Feb 2024 16:57:17 -0700 Subject: [PATCH 4/5] Update firebase-hosting-pull-request.yml --- .github/workflows/firebase-hosting-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 4aa0ae3..c71e50c 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -13,7 +13,7 @@ jobs: node-version: 14 - uses: actions/checkout@v3 - run: npm i && npm run build - - uses: FirebaseExtended/action-hosting-deploy@v9.19.0 + - uses: FirebaseExtended/action-hosting-deploy@v0 with: repoToken: '${{ secrets.GITHUB_TOKEN }}' firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_SCAFFOLD_TOOL }}' From 65d3f4440f93a6003c4a7f946fea2a16d998e730 Mon Sep 17 00:00:00 2001 From: Thea Nguyen <90273567+thea2506@users.noreply.github.com> Date: Fri, 2 Feb 2024 17:00:01 -0700 Subject: [PATCH 5/5] Update firebase-hosting-pull-request.yml --- .github/workflows/firebase-hosting-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index c71e50c..51c6c45 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/setup-node@v4 with: - node-version: 14 + node-version: 18 - uses: actions/checkout@v3 - run: npm i && npm run build - uses: FirebaseExtended/action-hosting-deploy@v0