From 88232194d635c5e6bf9de7e5ce3e8ce61c5f20b7 Mon Sep 17 00:00:00 2001 From: Silas Stulz Date: Sat, 16 Dec 2023 13:29:01 +0700 Subject: [PATCH 1/3] fix package version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2a1e21b..fecdded 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "ethereum-multicall": "^2.17.0", "ethers": "^5.7.2", "firebase": "^9.22.1", - "firebase-tools": "^12.3.0", + "firebase-tools": "12.7.0", "graphql-tag": "^2.12.6", "identicon.js": "^2.3.3", "jsbi": "^4.3.0", From f580289d6ff60c0aa4886fef3882e310412cefe6 Mon Sep 17 00:00:00 2001 From: Silas Stulz Date: Sat, 16 Dec 2023 13:48:20 +0700 Subject: [PATCH 2/3] update failing package --- .github/workflows/firebase-hosting-pull-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 51b389c..30f3298 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -43,6 +43,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: yarn install + - run: npm install -g firebase-tools@12.7 - run: yarn build - uses: FirebaseExtended/action-hosting-deploy@v0 with: From 4af9db5562833b52aa58d39b207435b24c63acda Mon Sep 17 00:00:00 2001 From: Silas Stulz Date: Sat, 16 Dec 2023 14:46:08 +0700 Subject: [PATCH 3/3] update failing package --- .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 30f3298..2c378de 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -43,7 +43,6 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: yarn install - - run: npm install -g firebase-tools@12.7 - run: yarn build - uses: FirebaseExtended/action-hosting-deploy@v0 with: @@ -51,3 +50,4 @@ jobs: firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_AURA_ANALYTICS_1C4B3 }}' channelId: live projectId: aura-analytics-1c4b3 + firebaseToolsVersion: 12.7.0