From 2898fc6be95dfe26fd152fe8a4622ea88a6b7ba9 Mon Sep 17 00:00:00 2001 From: Dimo Pechenikov Date: Fri, 23 May 2025 14:29:23 +0000 Subject: [PATCH] CI:Deploy --- .github/workflows/ci-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-deploy.yml b/.github/workflows/ci-deploy.yml index 0420ddc52d..7daf7b3fe2 100644 --- a/.github/workflows/ci-deploy.yml +++ b/.github/workflows/ci-deploy.yml @@ -38,10 +38,10 @@ jobs: - name: Install dependencies run: | - apt update - apt install -y curl + sudo apt update + sudo apt install -y curl curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - - apt install -y nodejs + sudo apt install -y nodejs - name: Deploy contract to devnet run: |