Skip to content

refactor: changes to use wallet-lib v1.1.0 #259

refactor: changes to use wallet-lib v1.1.0

refactor: changes to use wallet-lib v1.1.0 #259

Workflow file for this run

name: PR validation
on:
push:
branches: [master, dev]
pull_request:
branches:
- dev
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [8.x, 10.x, 12.x, 14.x]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: |
npm install
- name: Build
run: |
make testnet_build