fix: remove caching of pnpm in ci

This commit is contained in:
DaOfficialWizard 2023-05-09 00:10:57 +01:00
parent 2f94a6eb82
commit 96165f3e1e

View file

@ -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"