mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
parent
f9d84f39f5
commit
f9e27aecae
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -13,6 +13,10 @@ jobs:
|
|||
- name: Build
|
||||
run: |
|
||||
./gradlew run
|
||||
- name: Set Node.js 18.x
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18.x
|
||||
- name: Run yarn install
|
||||
uses: borales/actions-yarn@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user