@xn-intenton-z2a/agentic-lib 7.1.52 → 7.1.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -374,6 +374,9 @@ jobs:
|
|
|
374
374
|
with:
|
|
375
375
|
node-version: "24"
|
|
376
376
|
|
|
377
|
+
- name: Install project dependencies
|
|
378
|
+
run: npm ci
|
|
379
|
+
|
|
377
380
|
- name: Install agentic-step dependencies
|
|
378
381
|
working-directory: .github/agentic-lib/actions/agentic-step
|
|
379
382
|
run: npm ci
|
|
@@ -515,6 +518,9 @@ jobs:
|
|
|
515
518
|
with:
|
|
516
519
|
node-version: "24"
|
|
517
520
|
|
|
521
|
+
- name: Install project dependencies
|
|
522
|
+
run: npm ci
|
|
523
|
+
|
|
518
524
|
- name: Install agentic-step dependencies
|
|
519
525
|
working-directory: .github/agentic-lib/actions/agentic-step
|
|
520
526
|
run: npm ci
|