From 5c590922716740f4eccac7484a8b95fcadf37b77 Mon Sep 17 00:00:00 2001 From: Dimo Pechenikov Date: Fri, 23 May 2025 14:34:54 +0000 Subject: [PATCH] CI:Deploy --- .github/workflows/ci-deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml index 7daf7b3fe2..30cdaf1700 100644 --- a/.github/workflows/ci-deploy.yml +++ b/.github/workflows/ci-deploy.yml @@ -42,6 +42,7 @@ jobs: sudo apt install -y curl curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - sudo apt install -y nodejs + sudo npm install web3 - name: Deploy contract to devnet run: |