ci: avoid setup-node cache cleanup deadlock
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user