mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-07 17:04:58 +01:00
fix: remove caching of pnpm in ci
This commit is contained in:
parent
2f94a6eb82
commit
96165f3e1e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue