Skip to content

Commit 6dcb040

Browse files
committed
ci: update e2e-cli to use node 12.20
Update the e2e-cli job on CI to use 12.20 rather than 12.18.
1 parent 1ac3931 commit 6dcb040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ workflows:
328328
- master
329329
- e2e-cli:
330330
name: e2e-cli-node-12
331-
nodeversion: '12.18'
331+
nodeversion: '12.20'
332332
<<: *only_release_branches
333333
requires:
334334
- e2e-cli

0 commit comments

Comments
 (0)