Merge pull request #10 from pechenikov/task

CI:Deploy
This commit is contained in:
pechenikov 2025-05-23 17:30:12 +03:00 committed by GitHub
commit 63b8bf6861
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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