Skip to content

Commit 3cdfd13

Browse files
alan-agius4pull[bot]
authored andcommitted
ci: update default_nodeversion to 14.17
This is needed because Eslint 8 requires 14.17.x or higher.
1 parent 2625230 commit 3cdfd13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ orbs:
1717
## IMPORTANT
1818
# Windows needs its own cache key because binaries in node_modules are different.
1919
# See https://circleci.com/docs/2.0/caching/#restoring-cache for how prefixes work in CircleCI.
20-
var_1: &cache_key v1-angular_devkit-14.15-{{ checksum "yarn.lock" }}
20+
var_1: &cache_key v1-angular_devkit-14.17-{{ checksum "yarn.lock" }}
2121
var_1_win: &cache_key_win v1-angular_devkit-win-12.22-{{ checksum "yarn.lock" }}
22-
var_3: &default_nodeversion '14.15'
22+
var_3: &default_nodeversion '14.17'
2323
# Workspace initially persisted by the `setup` job, and then enhanced by `setup-and-build-win`.
2424
# https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs
2525
# https://circleci.com/blog/deep-diving-into-circleci-workspaces/
@@ -338,6 +338,7 @@ workflows:
338338
- setup
339339
- e2e-cli:
340340
name: e2e-cli
341+
nodeversion: '14.15'
341342
post-steps:
342343
- store_artifacts:
343344
path: /tmp/dist

0 commit comments

Comments
 (0)