Skip to content

feat: Bump SDK Version for haiVELO #206

feat: Bump SDK Version for haiVELO

feat: Bump SDK Version for haiVELO #206

Workflow file for this run

name: Test
on: push
jobs:
build_and_test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
- run: yarn test
- run: yarn build