Skip to content

Commit

Permalink
ci: update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefbiiko committed Feb 19, 2024
1 parent e2ede87 commit 6b8e57c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
name: test gnark-witnejs
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
- run: |
npm i
npm t
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const publics = { x: true } // indicates public inputs
const buf = serialize(inputs, publics)
```

Serializes the full witness, i.e. incl. public and secret inputs as long as
Serializes the full witness, i.e. incl. public and secret inputs as long as:

+ the input object does not contain nested objects
> nested arrays are supported though
Expand Down

0 comments on commit 6b8e57c

Please sign in to comment.