Skip to content

feat(cursor): add support for 64 bit number #35

feat(cursor): add support for 64 bit number

feat(cursor): add support for 64 bit number #35

Workflow file for this run

name: binspector testing
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: npm install
- run: npm run build
- run: npm test