ci: avoid setup-node cache cleanup deadlock

This commit is contained in:
thanhnv
2026-07-18 09:19:34 +07:00
parent 4af81ccf40
commit 777ce342fd
-4
View File
@@ -36,8 +36,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "20"
cache: "npm"
cache-dependency-path: package-lock.json
- name: Install frontend dependencies
run: npm ci -w @ainative-okr/frontend
@@ -70,8 +68,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: "20"
cache: "npm"
cache-dependency-path: package-lock.json
- name: Install test tools
run: |