Skip to content

Commit 7bef19c

Browse files
committed
Angular 17 --> 20
1 parent 2c57604 commit 7bef19c

8 files changed

Lines changed: 18935 additions & 16652 deletions

File tree

.github/workflows/Test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
node-version: [18.x]
16+
node-version: [23.x]
1717

1818
steps:
1919
- uses: actions/checkout@v3
@@ -22,6 +22,4 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
cache: 'npm'
25-
- run: npm ci
26-
- run: npm run build --if-present
2725
- run: npm test

0 commit comments

Comments
 (0)