Skip to content

fix: added total escrow return for approvers #51

fix: added total escrow return for approvers

fix: added total escrow return for approvers #51

Workflow file for this run

name: XPT Backend Deployer
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: self-hosted
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- run: "git pull origin master"
- run: "npm i"
- run: "pm2 restart xpt"