Skip to content

Commit 7b149a1

Browse files
authored
Merge pull request #2024 from db-ux-design-system/2022-update-angular
refactor: updated to Angular 18
2 parents 326e376 + 1f2f4e9 commit 7b149a1

31 files changed

+8687
-12603
lines changed

.github/workflows/default.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
example:
2222
[
23-
angular17-example,
23+
angular18-example,
2424
react-example,
2525
vue-example,
2626
]
@@ -56,8 +56,8 @@ jobs:
5656
- name: ⬇ Download build angular
5757
uses: actions/download-artifact@v4
5858
with:
59-
name: angular17-example
60-
path: ./build/angular17-example
59+
name: angular18-example
60+
path: ./build/angular18-example
6161

6262
- name: ⬇ Download build react
6363
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)