Skip to content

Commit 06111f9

Browse files
authored
Merge pull request #1909 from kiminkim724/1698-upgrade-node-20
Downgrade to Firebase-Tools 13.18
2 parents 7c04584 + 7d69c87 commit 06111f9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Build Environment
1717
uses: ./.github/actions/setup-repo
1818
- name: Build and Deploy to Firebase
19-
uses: w9jds/firebase-action@v13.0.2
19+
uses: w9jds/firebase-action@v13.18.0
2020
with:
2121
args: deploy --force --only firestore,functions:maple,storage
2222
env:

functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@types/object-hash": "^2.2.1",
4343
"copyfiles": "^2.4.1",
4444
"firebase-functions-test": "^0.3.3",
45-
"firebase-tools": "^13.23.0",
45+
"firebase-tools": "^13.18.0",
4646
"jest": "^27.5.1",
4747
"rimraf": "^3.0.2",
4848
"ts-jest": "^27.1.3",

functions/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3181,7 +3181,7 @@ firebase-functions@^5.1.1:
31813181
express "^4.17.1"
31823182
protobufjs "^7.2.2"
31833183

3184-
firebase-tools@^13.23.0:
3184+
firebase-tools@^13.18.0:
31853185
version "13.35.1"
31863186
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-13.35.1.tgz#fb53464ba970e63ae2c7b63183784ea86e14b914"
31873187
integrity sha512-QmMy4hnd0Q+V+7GFhZUV80+kG0WC1+UOtuaaQWx+cstt+XepUcpju/KW4cBknnyql521BghfuAhveckQQ1g+HA==

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
"eslint-plugin-i18next": "^6.0.3",
178178
"eslint-plugin-jsx-a11y": "^6.9.0",
179179
"file-loader": "^6.2.0",
180-
"firebase-tools": "^13.23.0",
180+
"firebase-tools": "^13.18.0",
181181
"ini": "^1.3.5",
182182
"inquirer": "^6.5.1",
183183
"jest": "^27.5.1",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9085,7 +9085,7 @@ firebase-admin@^11.11.1:
90859085
"@google-cloud/firestore" "^6.8.0"
90869086
"@google-cloud/storage" "^6.9.5"
90879087

9088-
firebase-tools@^13.23.0:
9088+
firebase-tools@^13.18.0:
90899089
version "13.35.1"
90909090
resolved "https://registry.yarnpkg.com/firebase-tools/-/firebase-tools-13.35.1.tgz#fb53464ba970e63ae2c7b63183784ea86e14b914"
90919091
integrity sha512-QmMy4hnd0Q+V+7GFhZUV80+kG0WC1+UOtuaaQWx+cstt+XepUcpju/KW4cBknnyql521BghfuAhveckQQ1g+HA==

0 commit comments

Comments
 (0)