From 96165f3e1e24ef90cfc1c131ab681313f94b6d89 Mon Sep 17 00:00:00 2001 From: DaOfficialWizard <45744329+ZanzyTHEbar@users.noreply.github.com> Date: Tue, 9 May 2023 00:10:57 +0100 Subject: [PATCH] fix: remove caching of pnpm in ci --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"