mirror of
https://github.com/prymitive/karma
synced 2026-05-19 04:26:41 +00:00
fix(ci): disable cache on gh
This commit is contained in:
committed by
Łukasz Mierzwa
parent
d5ac42ce39
commit
956f684784
1
.github/workflows/node-version.yml
vendored
1
.github/workflows/node-version.yml
vendored
@@ -28,6 +28,7 @@ jobs:
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 19.8.1
|
||||
cache: false
|
||||
|
||||
- name: Regenerate ui package-lock.json
|
||||
run: cd ui && npm i
|
||||
|
||||
Reference in New Issue
Block a user