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.
1 parent c303a6b commit bc2ac0bCopy full SHA for bc2ac0b
.github/workflows/firebase_functions.yml
@@ -1,9 +1,9 @@
1
name: Cloud Functions for Firebase
2
on:
3
push:
4
- paths:
+ paths:
5
- .github/workflows/firebase_functions.yml
6
- - 'firebase/functions/**'
+ - "firebase/functions/**"
7
8
jobs:
9
deploy:
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
- uses: actions/setup-node@v4
18
with:
19
- node-version: 16.x
+ node-version: 18.x
20
- uses: actions/cache@v4
21
22
path: ~/.npm
0 commit comments