diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6f08d5b8..c018a101 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -54,7 +54,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - cache: "pnpm" + #cache: "pnpm" # node-version-file: '.nvmrc' - name: "Setup Rust"