File tree Expand file tree Collapse file tree 4 files changed +546
-1401
lines changed
Expand file tree Collapse file tree 4 files changed +546
-1401
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout Repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717 - name : Log in to the Container registry
1818 uses : docker/login-action@v3
1919 with :
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout Repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919 - name : Configure NodeJS
20- uses : actions/setup-node@v4
20+ uses : actions/setup-node@v6
2121 with :
22- node-version : 20
22+ node-version : 24
2323 - name : Setup Node Modules and Angular
2424 run : |
2525 npm ci && \
26- npm install -g @angular/cli@17
26+ npm install -g @angular/cli@21
2727 - name : Lint Application
2828 run : ng lint
2929 - name : Run Angular Tests
You can’t perform that action at this time.
0 commit comments