Skip to content

Commit 3327532

Browse files
committed
Fix functions deploy by upgrading to node 20
1 parent 5c35f51 commit 3327532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/firebase.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"indexes": "firestore.indexes.json"
88
},
99
"functions": {
10-
"runtime": "nodejs18"
10+
"runtime": "nodejs20"
1111
}
1212
}

0 commit comments

Comments
 (0)