@@ -23,13 +23,13 @@ parameters:
23
23
# # IMPORTANT
24
24
# Windows needs its own cache key because binaries in node_modules are different.
25
25
# See https://circleci.com/docs/2.0/caching/#restoring-cache for how prefixes work in CircleCI.
26
- var_1 : &cache_key v1-angular_devkit-14.20 -{{ checksum "yarn.lock" }}
26
+ var_1 : &cache_key v1-angular_devkit-16.13 -{{ checksum "yarn.lock" }}
27
27
var_1_win : &cache_key_win v1-angular_devkit-win-16.13-{{ checksum "yarn.lock" }}
28
- var_3 : &default_nodeversion '14.20 '
29
- var_3_major : &default_nodeversion_major '14 '
28
+ var_3 : &default_nodeversion '16.13 '
29
+ var_3_major : &default_nodeversion_major '16 '
30
30
# The major version of node toolchains. See tools/toolchain_info.bzl
31
31
# NOTE: entries in this array may be repeated elsewhere in the file, find them before adding more
32
- var_3_all_major : &all_nodeversion_major ['14', ' 16', '18']
32
+ var_3_all_major : &all_nodeversion_major ['16', '18']
33
33
# Workspace initially persisted by the `setup` job, and then enhanced by `setup-and-build-win`.
34
34
# https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs
35
35
# https://circleci.com/blog/deep-diving-into-circleci-workspaces/
@@ -236,7 +236,7 @@ jobs:
236
236
equal : [*default_nodeversion_major, << parameters.nodeversion >>]
237
237
steps :
238
238
- run :
239
- command : yarn bazel test --test_tag_filters=-node16,- node18,-node<< parameters.nodeversion >>-broken //packages/...
239
+ command : yarn bazel test --test_tag_filters=-node18,-node<< parameters.nodeversion >>-broken //packages/...
240
240
# This timeout provides time for the actual tests to timeout and report status
241
241
# instead of CircleCI stopping the job without test failure information.
242
242
no_output_timeout : 40m
@@ -402,7 +402,7 @@ workflows:
402
402
# Disable running this on Node.js 18 for now. This causes failures when using RBE.
403
403
# Example: `GLIBC_2.28' not found.
404
404
# Likely this is caused by outdated Ubuntu image https://github.com/angular/dev-infra/blob/main/bazel/remote-execution/BUILD.bazel#L21
405
- nodeversion : ['14', ' 16']
405
+ nodeversion : ['16']
406
406
requires :
407
407
- build
408
408
0 commit comments