Skip to content

Commit 7c04584

Browse files
authored
Merge pull request #1907 from kiminkim724/1698-upgrade-node-20
Update Firebase-Action Version to Fix Node Version Deploy Error
2 parents 25fb1a8 + 040fdf1 commit 7c04584

File tree

3 files changed

+1038
-595
lines changed

3 files changed

+1038
-595
lines changed

.github/workflows/deploy-backend-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Build Environment
2323
uses: ./.github/actions/setup-repo
2424
- name: Build and Deploy to Firebase
25-
uses: w9jds/firebase-action@v13.0.2
25+
uses: w9jds/firebase-action@v13.23.0
2626
with:
2727
args: deploy --force --only firestore,functions:maple,storage
2828
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": "^12.4.0",
45+
"firebase-tools": "^13.23.0",
4646
"jest": "^27.5.1",
4747
"rimraf": "^3.0.2",
4848
"ts-jest": "^27.1.3",

0 commit comments

Comments
 (0)