File tree Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Expand file tree Collapse file tree 3 files changed +5
-15
lines changed Original file line number Diff line number Diff line change 13
13
steps :
14
14
# Checkout the branch
15
15
- name : Checkout
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
18
18
# Create the test environment file from Actions Secrets
19
19
- name : Echo secrets
47
47
48
48
# Setup a build cache for Cypress so we don't have to install it every time
49
49
- name : Cache
50
- uses : actions/cache@v3.3.1
50
+ uses : actions/cache@v3.3.2
51
51
with :
52
52
path : ' /home/runner/.cache/Cypress'
53
53
key : ${{ runner.os }}-cypres-cache-${{ hashFiles('**/pnpm-lock.yaml') }}
Original file line number Diff line number Diff line change 21
21
"prefix" : " app" ,
22
22
"architect" : {
23
23
"build" : {
24
- "builder" : " @angular-devkit/build-angular:browser " ,
24
+ "builder" : " @angular-devkit/build-angular:application " ,
25
25
"options" : {
26
26
"outputPath" : " dist/reprogleorg" ,
27
27
"index" : " src/index.html" ,
28
- "main " : " src/main.ts" ,
28
+ "browser " : " src/main.ts" ,
29
29
"polyfills" : [
30
30
" zone.js"
31
31
],
75
75
"outputHashing" : " all"
76
76
},
77
77
"development" : {
78
- "buildOptimizer" : false ,
79
78
"optimization" : false ,
80
- "vendorChunk" : true ,
81
79
"extractLicenses" : false ,
82
80
"sourceMap" : true ,
83
81
"namedChunks" : true ,
89
87
]
90
88
},
91
89
"test" : {
92
- "buildOptimizer" : true ,
93
90
"optimization" : false ,
94
- "vendorChunk" : true ,
95
91
"namedChunks" : true ,
96
92
"fileReplacements" : [
97
93
{
184
180
}
185
181
}
186
182
}
187
- }
183
+ }
You can’t perform that action at this time.
0 commit comments