Skip to content

update xumm-xapp-sdk@1.7.2 #88

update xumm-xapp-sdk@1.7.2

update xumm-xapp-sdk@1.7.2 #88

Workflow file for this run

name: NodeJS
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
node:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node-version: [14, 16, 18]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install --ignore-scripts
- run: npm run lint
- run: npm run build
- run: npm run test