CI:Deploy

This commit is contained in:
Dimo Pechenikov 2025-05-23 14:29:23 +00:00
parent cd02a2386f
commit 2898fc6be9

View file

@ -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: |