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 - name: Install dependencies
run: | run: |
apt update sudo apt update
apt install -y curl sudo apt install -y curl
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - 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 - name: Deploy contract to devnet
run: | run: |