From d1b2969b8cff99c8cbeb6f92359cf8aa37c56507 Mon Sep 17 00:00:00 2001 From: Haythem Sellami Date: Mon, 6 Feb 2023 12:18:15 +0100 Subject: [PATCH] update node version --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index af43f6cc7..6d43f89f5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: coveralls: coveralls/coveralls@1.0.6 - node: circleci/node@1.1.6 + node: cimg/node:latest workflows: hardhat: