Skip to content

Commit 5934c2e

Browse files
committed
bump all dependencies to latest
1 parent 394ae7a commit 5934c2e

File tree

4 files changed

+546
-1401
lines changed

4 files changed

+546
-1401
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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:

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)