Skip to content

Commit 28beb73

Browse files
committed
chore : Update angular to v22
1 parent aab3a16 commit 28beb73

6 files changed

Lines changed: 26 additions & 47 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/

frontend/package-lock.json

Lines changed: 17 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,11 @@
2929
"@types/waaclock": "^0.5.2",
3030
"arch-unit-ts": "^1.0.8",
3131
"effect": "^3.19.9",
32+
"istanbul-lib-instrument": "^6.0.3",
33+
"midi-writer-js": "3.2.1",
3234
"rxjs": "~7.8.0",
3335
"waaclock": "^0.5.5",
34-
"zone.js": "~0.16.0",
35-
"midi-writer-js": "3.2.1"
36+
"zone.js": "~0.16.0"
3637
},
3738
"devDependencies": {
3839
"@angular-eslint/builder": "^22.0.0",

0 commit comments

Comments
 (0)