We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07a65d3 + 2a08b08 commit a14e3bdCopy full SHA for a14e3bd
.github/workflows/e2e-test.yml
@@ -60,7 +60,7 @@ jobs:
60
pushd functions
61
npm install
62
popd
63
- npx firebase-tools@12.9.1 deploy --only functions:callTest --project jscore-sandbox-141b5 --token $FIREBASE_CLI_TOKEN
+ npx firebase-tools@13.0.2 deploy --only functions:callTest --project jscore-sandbox-141b5 --token $FIREBASE_CLI_TOKEN
64
working-directory: ./config
65
env:
66
FIREBASE_CLI_TOKEN: ${{ secrets.FIREBASE_CLI_TOKEN }}
config/firebase.json
@@ -5,5 +5,8 @@
5
"firestore": {
6
"rules": "firestore.rules",
7
"indexes": "firestore.indexes.json"
8
+ },
9
+ "functions": {
10
+ "runtime": "nodejs18"
11
}
12
0 commit comments