Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

add support for kv host function #87

add support for kv host function

add support for kv host function #87

Workflow file for this run

name: Node SDK - Pull Request
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Set up node
uses: actions/setup-node@v1
with:
node-version: 20
- name: Install dependencies
run: npm install --force
- name: Test
run: npm run test