Skip to content

fix: backward compatability for setValue command #39

fix: backward compatability for setValue command

fix: backward compatability for setValue command #39

Workflow file for this run

on:
pull_request:
name: Tests
jobs:
UnitTest:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
name: Install dependencies
- run: npm run build
name: Build
- run: npm run test
name: Unit Test