@innominatum/agentforge-cli 1.1.9 → 1.1.22

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.
@@ -1,12 +1,9 @@
1
1
  name: Publish Package to npmjs
2
2
 
3
3
  on:
4
- release:
5
- types: [published]
6
- # Alternatively, you can uncomment the following to publish whenever you push to main
7
- # push:
8
- # branches:
9
- # - main
4
+ push:
5
+ branches:
6
+ - main
10
7
 
11
8
  jobs:
12
9
  build-and-publish:
@@ -23,7 +20,7 @@ jobs:
23
20
  - name: Setup Node.js
24
21
  uses: actions/setup-node@v4
25
22
  with:
26
- node-version: '20.x'
23
+ node-version: '24.x'
27
24
  registry-url: 'https://registry.npmjs.org'
28
25
 
29
26
  - name: Install dependencies