Skip to content

Commit 8d0a91d

Browse files
committed
fix(@angular/cli): improve Node.js version check and error messages
Enhances the Node.js version validation to include Node.js 22.12
1 parent 610a367 commit 8d0a91d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.ng-dev/dx-perf-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ workflows:
4646
prepare:
4747
- bazel clean
4848
workflow:
49-
- bazel test //packages/angular/build:unit_tests
49+
- bazel test //packages/angular/build:test

packages/angular/build/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ ts_project(
162162
)
163163

164164
jasmine_test(
165-
name = "unit_tests",
165+
name = "test",
166166
data = [":unit_test_lib"],
167167
)
168168

0 commit comments

Comments
 (0)