Skip to content

Commit bc2ac0b

Browse files
committed
Update Firebase workflow to use node@18
1 parent c303a6b commit bc2ac0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/firebase_functions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Cloud Functions for Firebase
22
on:
33
push:
4-
paths:
4+
paths:
55
- .github/workflows/firebase_functions.yml
6-
- 'firebase/functions/**'
6+
- "firebase/functions/**"
77

88
jobs:
99
deploy:
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-node@v4
1818
with:
19-
node-version: 16.x
19+
node-version: 18.x
2020
- uses: actions/cache@v4
2121
with:
2222
path: ~/.npm

0 commit comments

Comments
 (0)