File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed
Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ jobs:
1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout code
17- uses : actions/checkout@v3
18- - name : Use Node.js LTS (16 .x)
19- uses : actions/setup-node@v2
17+ uses : actions/checkout@v4
18+ - name : Use Node.js LTS (22 .x)
19+ uses : actions/setup-node@v4
2020 with :
21- node-version : " 16 "
21+ node-version : " 22 "
2222 - name : npm install
2323 run : |
2424 npm install
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ jobs:
1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : check out repo
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414
15- - name : use node 16
16- uses : actions/setup-node@v2
15+ - name : use node 22
16+ uses : actions/setup-node@v4
1717 with :
18- node-version : 16
18+ node-version : 22
1919 cache : " npm"
2020 cache-dependency-path : " **/package-lock.json"
2121
@@ -51,10 +51,10 @@ jobs:
5151 - name : check out repo
5252 uses : actions/checkout@v3
5353
54- - name : use node 16
55- uses : actions/setup-node@v2
54+ - name : use node 22
55+ uses : actions/setup-node@v4
5656 with :
57- node-version : 16
57+ node-version : 22
5858 cache : " npm"
5959 cache-dependency-path : " **/package-lock.json"
6060
Original file line number Diff line number Diff line change 9797 data-sap-ui-xx-waitForTheme ="true "
9898 data-sap-ui-xx-supportedLanguages ="en "
9999 data-sap-ui-theme-roots ='{
100- "sap_horizon" : "https://openui5.hana.ondemand.com/1.120.3 /resources/",
101- "sap_horizon_dark" : "https://openui5.hana.ondemand.com/1.120.3 /resources/"
100+ "sap_horizon" : "https://openui5.hana.ondemand.com/1.120.28 /resources/",
101+ "sap_horizon_dark" : "https://openui5.hana.ondemand.com/1.120.28 /resources/"
102102 } '
103103 > </ script >
104104 </ head >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
44type : application
55framework :
66 name : OpenUI5
7- version : " 1.120.3 "
7+ version : " 1.120.28 "
88 libraries :
99 - name : sap.ui.core
1010 - name : sap.ui.layout
You can’t perform that action at this time.
0 commit comments