diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56a247a..cbc2d91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,10 +13,6 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 18 - cache: 'npm' - name: Cache circom id: cache-circom uses: actions/cache@v3