From 6b8e57c40df543ffe99d35d4c522356b370801d6 Mon Sep 17 00:00:00 2001 From: chiefbiiko <22937570+chiefbiiko@users.noreply.github.com> Date: Mon, 19 Feb 2024 19:53:39 +0100 Subject: [PATCH] ci: update actions --- .github/workflows/ci.yml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcdc70c..34d81c0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 1662c5b..5f927de 100644 --- a/README.md +++ b/README.md @@ -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