File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ jobs:
232
232
with :
233
233
node-version : 22.10.0
234
234
- name : Download build archive
235
- uses : actions/download-artifact@v3
235
+ uses : actions/download-artifact@v4
236
236
with :
237
237
name : build.tar.gz
238
238
- name : Unzip build artifact
@@ -259,7 +259,7 @@ jobs:
259
259
if : ${{ needs.build.outputs.changed == 'true'}}
260
260
steps :
261
261
- name : Download build archive
262
- uses : actions/download-artifact@v3
262
+ uses : actions/download-artifact@v4
263
263
with :
264
264
name : build.tar.gz
265
265
- name : Unzip build artifact
Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ const config = {
54
54
// Doing 65 seconds to allow for the 20 second firestore tests
55
55
browserNoActivityTimeout : 65000 ,
56
56
57
- // preprocess matching files before serving them to the browser
58
- // available preprocessors:
57
+ // Preprocess matching files before serving them to the browser.
58
+ // Available preprocessors:
59
59
// https://npmjs.org/browse/keyword/karma-preprocessor
60
60
preprocessors : {
61
61
'test/**/*.ts' : [ 'webpack' , 'sourcemap' ] ,
You can’t perform that action at this time.
0 commit comments