diff --git a/.nvmrc b/.nvmrc index 3c5535cf60a0..209e3ef4b624 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.19.1 +20 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",