Skip to content

bump: v0.0.4

bump: v0.0.4 #13

Workflow file for this run

name: ci
on:
push:
pull_request:
branches:
- main
jobs:
test:
name: test gnark-witnejs
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- run: |
npm i
npm t