@xn-intenton-z2a/agentic-lib 7.4.36 → 7.4.38

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.
@@ -227,6 +227,11 @@ jobs:
227
227
  with:
228
228
  ref: ${{ inputs.ref || github.sha }}
229
229
 
230
+ - uses: actions/setup-node@v6
231
+ with:
232
+ node-version: 24
233
+ cache: "npm"
234
+
230
235
  - name: Install dependencies (non-blocking)
231
236
  id: install-deps
232
237
  run: |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xn-intenton-z2a/agentic-lib",
3
- "version": "7.4.36",
3
+ "version": "7.4.38",
4
4
  "description": "Agentic-lib Agentic Coding Systems SDK powering automated GitHub workflows.",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  "author": "",
18
18
  "license": "MIT",
19
19
  "dependencies": {
20
- "@xn-intenton-z2a/agentic-lib": "^7.4.36"
20
+ "@xn-intenton-z2a/agentic-lib": "^7.4.38"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@playwright/test": "^1.58.0",