From 917004cdf9a5806cd9241eb03d89547954e510f6 Mon Sep 17 00:00:00 2001 From: todd <81545601+todd-woko@users.noreply.github.com> Date: Sun, 18 Feb 2024 19:14:53 +0800 Subject: [PATCH] ci: solhint node version (#123) --- .github/workflows/solhint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/solhint.yml b/.github/workflows/solhint.yml index 0203ebf7a..2f6a53d2c 100644 --- a/.github/workflows/solhint.yml +++ b/.github/workflows/solhint.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: - node-version: 16 + node-version: 18 check-latest: false cache: "yarn" cache-dependency-path: solidity/yarn.lock