From 65044a61af3137a79cb95c1df0b800d36315c81d Mon Sep 17 00:00:00 2001 From: ChoiSangwon Date: Mon, 20 May 2024 00:31:09 +0900 Subject: [PATCH] fix firebase-hosting --- .github/workflows/firebase-hosting-merge.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 6f8d67a..ce7043b 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v2 with: - node-version: "21" + node-version: "20" - name: Install Dependencies run: npm install @@ -28,11 +28,6 @@ jobs: - name: Install Firebase CLI run: npm install -g firebase-tools - - name: Apply Firebase Hosting Target - env: - FIREBASE_TOKEN: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_COFFEEGO_SSU }} - run: firebase target:apply hosting coffeego-ssu coffeego-ssu.web.app --token $FIREBASE_TOKEN - - name: Deploy to Firebase Hosting uses: FirebaseExtended/action-hosting-deploy@v0 with: