File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1717
1818 strategy :
1919 matrix :
20- node-version : [16 .x]
20+ node-version : [20 .x]
2121 workDir : [./front-end]
2222 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
2323
Original file line number Diff line number Diff line change 2121
2222 strategy :
2323 matrix :
24- node-version : [16 .x]
24+ node-version : [20 .x]
2525 workDir : [./front-end]
2626 base_href : [vagas-java]
2727 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
Original file line number Diff line number Diff line change 55 "homepage" : " https://ionicframework.com/" ,
66 "scripts" : {
77 "ng" : " ng" ,
8- "start" : " ng serve" ,
9- "build" : " ng build" ,
10- "test" : " ng test" ,
8+ "start" : " NODE_OPTIONS=--openssl-legacy-provider ng serve" ,
9+ "build" : " NODE_OPTIONS=--openssl-legacy-provider ng build" ,
10+ "test" : " NODE_OPTIONS=--openssl-legacy-provider ng test" ,
1111 "lint" : " ng lint" ,
1212 "e2e" : " ng e2e" ,
1313 "ci:clean" : " rimraf ./dist" ,
14- "ci:test" : " ng test --watch=false --browsers=ChromeHeadlessCI" ,
15- "ci:build" : " ng build --configuration production"
14+ "ci:test" : " NODE_OPTIONS=--openssl-legacy-provider ng test --watch=false --browsers=ChromeHeadlessCI" ,
15+ "ci:build" : " NODE_OPTIONS=--openssl-legacy-provider ng build --configuration production"
1616 },
1717 "private" : true ,
1818 "dependencies" : {
You can’t perform that action at this time.
0 commit comments