From e6179d5356d532bad82b15c2ffa80b8e65fae2cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Fri, 10 Dec 2021 14:59:13 +0100 Subject: [PATCH] CI: Run `t_ems_test_ext_colony` on nodejs 14 - Otherwise it seems to require python, which is not available in CI. We could install it but we'll probably run into other issues on latest node and the switch to latest was not intentional anyway. --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4798c1166..512b46a78 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1413,4 +1413,5 @@ workflows: name: t_ems_test_ext_colony project: colony binary_type: solcjs + nodejs_version: '14' resource_class: medium