Skip to content

Commit

Permalink
ci: update default_nodeversion to 14.17
Browse files Browse the repository at this point in the history
This is needed because Eslint 8 requires 14.17.x or higher.
  • Loading branch information
alan-agius4 committed Oct 13, 2021
1 parent 8107edd commit eb9cf34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Expand Up @@ -17,9 +17,9 @@ orbs:
## IMPORTANT
# Windows needs its own cache key because binaries in node_modules are different.
# See https://circleci.com/docs/2.0/caching/#restoring-cache for how prefixes work in CircleCI.
var_1: &cache_key v1-angular_devkit-14.15-{{ checksum "yarn.lock" }}
var_1: &cache_key v1-angular_devkit-14.17-{{ checksum "yarn.lock" }}
var_1_win: &cache_key_win v1-angular_devkit-win-12.22-{{ checksum "yarn.lock" }}
var_3: &default_nodeversion '14.15'
var_3: &default_nodeversion '14.17'
# Workspace initially persisted by the `setup` job, and then enhanced by `setup-and-build-win`.
# https://circleci.com/docs/2.0/workflows/#using-workspaces-to-share-data-among-jobs
# https://circleci.com/blog/deep-diving-into-circleci-workspaces/
Expand Down Expand Up @@ -338,6 +338,7 @@ workflows:
- setup
- e2e-cli:
name: e2e-cli
nodeversion: '14.15'
post-steps:
- store_artifacts:
path: /tmp/dist
Expand Down

0 comments on commit eb9cf34

Please sign in to comment.