Skip to content

Commit 662384e

Browse files
authored
Merge pull request #426 from Babali42/renovate/major-angular-cli
Update Angular CLI to v22
2 parents 1c6f513 + 28beb73 commit 662384e

6 files changed

Lines changed: 1728 additions & 1835 deletions

File tree

.github/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
- name: Set up Node.js
1616
uses: actions/setup-node@v6
1717
with:
18-
node-version: '24.15'
18+
node-version: '26'
1919

2020
- name: Install dependencies
2121
run: npm install

.github/workflows/angular-deploy-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Node.js
1818
uses: actions/setup-node@v6
1919
with:
20-
node-version: 24 # Ensure this matches your project's Node.js version
20+
node-version: 26 # Ensure this matches your project's Node.js version
2121

2222
- name: Test
2323
uses: ./.github/actions/test/

0 commit comments

Comments
 (0)