Skip to content

Update SDK

Update SDK #27

Workflow file for this run

name: Build and test
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12
- run: cd sdk && npm ci
- run: cd sdk && npm test