File tree Expand file tree Collapse file tree 3 files changed +14
-22
lines changed Expand file tree Collapse file tree 3 files changed +14
-22
lines changed Original file line number Diff line number Diff line change 28
28
29
29
- uses : actions/setup-node@v3
30
30
with :
31
- node-version : 18
31
+ node-version : 20
32
32
cache : " yarn"
33
33
cache-dependency-path : functions/yarn.lock
34
34
@@ -37,19 +37,11 @@ jobs:
37
37
yarn global add firebase-tools@latest
38
38
firebase --version
39
39
40
- - name : Cache functions-ts NPM packages
41
- uses : actions/cache@v3
42
- with :
43
- path : functions-ts/node_modules
44
- key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
45
- restore-keys : ${{ runner.os }}-yarn-
46
-
47
- - name : Cache functions NPM packages
48
- uses : actions/cache@v3
40
+ - uses : actions/setup-node@v3
49
41
with :
50
- path : functions-js/node_modules
51
- key : ${{ runner.os }}-yarn-${{ hashFiles('**/ yarn.lock') }}
52
- restore-keys : ${{ runner.os }}- yarn-
42
+ node-version : 20
43
+ cache : ' yarn'
44
+ cache-dependency-path : functions/ yarn.lock
53
45
54
46
- run : yarn --cwd functions install
55
47
69
61
70
62
- uses : actions/setup-node@v3
71
63
with :
72
- node-version : 18
64
+ node-version : 20
73
65
cache : ' yarn'
74
66
cache-dependency-path : functions/yarn.lock
75
67
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ resources:
128
128
properties :
129
129
location : ${LOCATION}
130
130
buildConfig :
131
- runtime : nodejs18
131
+ runtime : nodejs20
132
132
serviceConfig :
133
133
availableMemory : 512M
134
134
eventTrigger :
@@ -143,7 +143,7 @@ resources:
143
143
properties :
144
144
location : ${LOCATION}
145
145
buildConfig :
146
- runtime : nodejs18
146
+ runtime : nodejs20
147
147
serviceConfig :
148
148
availableMemory : 512M
149
149
eventTrigger :
@@ -158,7 +158,7 @@ resources:
158
158
properties :
159
159
location : ${LOCATION}
160
160
buildConfig :
161
- runtime : nodejs18
161
+ runtime : nodejs20
162
162
serviceConfig :
163
163
availableMemory : 512M
164
164
eventTrigger :
@@ -173,7 +173,7 @@ resources:
173
173
properties :
174
174
location : ${LOCATION}
175
175
buildConfig :
176
- runtime : nodejs18
176
+ runtime : nodejs20
177
177
serviceConfig :
178
178
availableMemory : 512M
179
179
eventTrigger :
@@ -188,7 +188,7 @@ resources:
188
188
properties :
189
189
location : ${LOCATION}
190
190
buildConfig :
191
- runtime : nodejs18
191
+ runtime : nodejs20
192
192
serviceConfig :
193
193
availableMemory : 512M
194
194
eventTrigger :
@@ -203,7 +203,7 @@ resources:
203
203
properties :
204
204
location : ${LOCATION}
205
205
buildConfig :
206
- runtime : nodejs18
206
+ runtime : nodejs20
207
207
serviceConfig :
208
208
availableMemory : 512M
209
209
eventTrigger :
@@ -218,7 +218,7 @@ resources:
218
218
properties :
219
219
location : ${LOCATION}
220
220
buildConfig :
221
- runtime : nodejs18
221
+ runtime : nodejs20
222
222
serviceConfig :
223
223
availableMemory : 512M
224
224
eventTrigger :
Original file line number Diff line number Diff line change 16
16
"logs" : " firebase functions:log"
17
17
},
18
18
"engines" : {
19
- "node" : " 18 "
19
+ "node" : " 20 "
20
20
},
21
21
"main" : " lib/src/index.js" ,
22
22
"dependencies" : {
You can’t perform that action at this time.
0 commit comments