Skip to content

Commit

Permalink
refactor(general): upgrade firebase-tools (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkue authored Jan 4, 2024
1 parent 56d1bb1 commit cedeea2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions/init/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
- name: Install and set up firebase-tools
shell: bash
run: |
npm -g install firebase-tools@12.9.1 && \
npm -g install firebase-tools@13.0.2 && \
firebase setup:emulators:firestore && \
firebase setup:emulators:storage && \
firebase setup:emulators:ui
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website-update-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

- name: Install & Setup Firebase Emulator Suite
run: |
npm -g install firebase-tools@12.9.1 && \
npm -g install firebase-tools@13.0.2 && \
firebase setup:emulators:firestore
- name: Install Dependencies
Expand Down
11 changes: 5 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"website:check-translations": "npm --workspace=@socialincome/website run check-translations"
},
"devDependencies": {
"firebase-tools": "12.9.1",
"firebase-tools": "13.0.2",
"prettier": "3.1.0",
"prettier-plugin-organize-imports": "3.2.4",
"prettier-plugin-tailwindcss": "0.5.7",
Expand Down

0 comments on commit cedeea2

Please sign in to comment.