From 6423f593b3a5d48eea3464aeefe7d1a2b6b36a52 Mon Sep 17 00:00:00 2001 From: Leonardo Saturnino Date: Fri, 7 Feb 2025 18:04:01 -0300 Subject: [PATCH] update Node version to 18.x in GitHub Actions workflow This change addresses build failures caused by a transitive dependency (secp256k1@4.0.4) requiring Node >=18.0.0. Previously, our CI was running Node 14.x, which was incompatible with the latest dependency updates coming through packages such as ethereum-cryptography and ganache. --- solidity/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solidity/README.adoc b/solidity/README.adoc index df9a354c1..086641ee3 100644 --- a/solidity/README.adoc +++ b/solidity/README.adoc @@ -18,7 +18,7 @@ below. Please make sure you have the following prerequisites installed on your machine: -- https://nodejs.org[Node.js] >14.17.4 +- https://nodejs.org[Node.js] >=18.0.0 - https://yarnpkg.com[Yarn] >1.22.10 === Build contracts