mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-08 01:13:27 +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
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: "pnpm"
|
#cache: "pnpm"
|
||||||
# node-version-file: '.nvmrc'
|
# node-version-file: '.nvmrc'
|
||||||
|
|
||||||
- name: "Setup Rust"
|
- name: "Setup Rust"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue