Skip to content

Commit

Permalink
test: update E2E Node.js v14 version to v14.19 to allow installs
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and alan-agius4 committed Jun 28, 2023
1 parent bd396b6 commit 8283932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/dynamic_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ workflows:

- e2e-tests:
name: e2e-cli-<< matrix.subset >>
nodeversion: '14.15'
nodeversion: '14.19'
matrix:
parameters:
subset: *all_e2e_subsets
Expand All @@ -424,7 +424,7 @@ workflows:
matrix:
alias: e2e-cli
parameters:
nodeversion: ['14.15', '16.10']
nodeversion: ['14.19', '16.10']
subset: *all_e2e_subsets
requires:
- build
Expand Down

0 comments on commit 8283932

Please sign in to comment.