Avoid npm cache hang in edge CI

This commit is contained in:
Jeppe Bundgaard
2026-07-02 10:50:25 +02:00
parent 248b2e4eca
commit 4a8c2a9fd9
-4
View File
@@ -68,8 +68,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
cache-dependency-path: services/edge-agent/package-lock.json
- name: Install native build tools
run: |
@@ -140,8 +138,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
cache-dependency-path: services/edge-broker/package-lock.json
- name: Install dependencies
working-directory: services/edge-broker