From 2f1f03f46df6dde5bf03c56e492f7166a5263147 Mon Sep 17 00:00:00 2001 From: lkk989 <154567465+lkk989@users.noreply.github.com> Date: Wed, 8 Jul 2026 15:01:26 +0100 Subject: [PATCH 1/2] chore: update Node target in .nvmrc to Node 20 --- .nvmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nvmrc b/.nvmrc index 3c5535cf60a0..209e3ef4b624 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.19.1 +20 From 0be84aa57e80e64029d8c61882366aa184923e8a Mon Sep 17 00:00:00 2001 From: lkk989 <154567465+lkk989@users.noreply.github.com> Date: Wed, 8 Jul 2026 15:04:21 +0100 Subject: [PATCH 2/2] chore: bump @types/node to ^20 and align subpackages --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 9ac50bccf74c..ad2e859e1a3f 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "integration-tests": "bazel test --test_tag_filters=-linker-integration-test --build_tests_only -- //integration/... -//integration/size-test/...", "integration-tests:size-test": "bazel test //integration/size-test/...", "test-linker-aot": "bazel test --partial_compilation --test_tag_filters=partial-compilation-integration,-firefox --build_tests_only -- //integration/... //src/...", - "test-linker-jit": "bazel test --partial_compilation --test_tag_filters=partial-compilation-integration,-firefox --build_tests_only --//tools:force_partial_jit_compilation=True -- //integration/... //src/...", + "test-linker-jit": "bazel test --partial_compilation --test_tag_filters=partial-compilation-integration,-firefox --build_tests_only --//tools:force_partial_jit_compilation=True -- //integration/...", "check-tooling-setup": "yarn tsc --project tools/tsconfig.json && yarn tsc --project scripts/tsconfig.json && yarn tsc --project .ng-dev/tsconfig.json", "tsc": "node ./node_modules/typescript/bin/tsc", "ci-push-deploy-docs-app": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only scripts/docs-deploy/deploy-ci-push.mts", @@ -110,7 +110,7 @@ "@types/jasmine": "^4.0.0", "@types/luxon": "^3.0.0", "@types/marked": "^2.0.0", - "@types/node": "^16.10.9", + "@types/node": "^20.0.0", "@types/node-fetch": "^2.5.5", "@types/selenium-webdriver": "^3.0.17", "@types/semver": "^7.3.9",