fix(ci): disable cache on gh

This commit is contained in:
Łukasz Mierzwa
2023-03-27 11:54:09 +01:00
committed by Łukasz Mierzwa
parent d5ac42ce39
commit 956f684784
5 changed files with 23 additions and 14 deletions

View File

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