Skip to content

Commit 734cd45

Browse files
Merge pull request #167 from chase-manning/pin-firebase-2
🔧 Update firebase-tools version pin
2 parents 1c95a99 + 5f7351a commit 734cd45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- name: Building App
1414
run: yarn run build
1515
- name: Install Firebase Tools
16-
run: npm install -g firebase-tools@v14.3.1
16+
run: npm install -g firebase-tools@13.35.1
1717
- name: Deploying to Firebase
1818
run: firebase deploy --token "${{ secrets.FIREBASE_SECRET }}"

0 commit comments

Comments
 (0)