Skip to content

Commit

Permalink
change fb tools version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheidudko committed Aug 22, 2024
1 parent 80a9f04 commit d86e049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- name: Install test & build dependencies
run: sudo npm install firebase-tools@13.15.2 -g
run: sudo npm install firebase-tools -g
working-directory: ${{ github.workspace }}/firebase/functions
- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit d86e049

Please sign in to comment.