From 21a226776cd4d17e26b5095cdf7362ad1719432e Mon Sep 17 00:00:00 2001 From: Matias Poblete <86752543+MattPoblete@users.noreply.github.com> Date: Tue, 1 Oct 2024 17:06:39 -0300 Subject: [PATCH] =?UTF-8?q?=E2=AC=87=EF=B8=8FDowngrade=20node=20version=20?= =?UTF-8?q?to=20match=20the=20container?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/run-dapp-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-dapp-tests.yml b/.github/workflows/run-dapp-tests.yml index 3c77a6d2..c38dda7b 100644 --- a/.github/workflows/run-dapp-tests.yml +++ b/.github/workflows/run-dapp-tests.yml @@ -26,7 +26,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4.0.2 with: - node-version: '20.10.0' + node-version: '18.18.2' - name: Install dependencies run: yarn install @@ -50,7 +50,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v4.0.2 with: - node-version: '20.10.0' + node-version: '18.18.2' - name: Run jest tests run: yarn test:dapp