diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 261c6d0ee5..fcd6eef0c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -136,7 +136,7 @@ jobs: - name: "Install: Node 24 🍵" - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: 24 diff --git a/org.eclipse.wildwebdeveloper.tests/testProjects/angular-app/package.json b/org.eclipse.wildwebdeveloper.tests/testProjects/angular-app/package.json index f714c225d5..19869fe340 100644 --- a/org.eclipse.wildwebdeveloper.tests/testProjects/angular-app/package.json +++ b/org.eclipse.wildwebdeveloper.tests/testProjects/angular-app/package.json @@ -11,7 +11,6 @@ }, "private": true, "dependencies": { - "@angular/animations": "^22.0.0", "@angular/build": "^22.0.0", "@angular/cli": "^22.0.0", "@angular/common": "^22.0.0", @@ -19,7 +18,6 @@ "@angular/core": "^22.0.0", "@angular/forms": "^22.0.0", "@angular/platform-browser": "^22.0.0", - "@angular/platform-browser-dynamic": "^22.0.0", "@angular/router": "^22.0.0", "core-js": "^3.39.0", "rxjs": "~7.8.0",