mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-02-01 17:36:51 +00:00
ci: disable cache in CI
This commit is contained in:
parent
21d4517b22
commit
cecf1a90b3
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -25,7 +25,6 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
cache: pnpm
|
||||
|
||||
- name: Install
|
||||
run: pnpm i
|
||||
@ -45,7 +44,6 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16.x
|
||||
cache: pnpm
|
||||
|
||||
- name: Install
|
||||
run: pnpm i
|
||||
@ -82,7 +80,6 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: ${{ matrix.node_version }}
|
||||
cache: pnpm
|
||||
|
||||
- name: Install
|
||||
run: pnpm i
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user