fix(ci): disable cache on gh

This commit is contained in:
Łukasz Mierzwa
2023-03-27 12:04:16 +01:00
committed by Łukasz Mierzwa
parent d5ac42ce39
commit 956f684784
5 changed files with 23 additions and 14 deletions
+1
View File
@@ -16,6 +16,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 19.8.1
cache: false
- name: Regenerate package-lock.json
run: make -C ui npm-upgrade