@constellationdev/cli 1.1.0 → 1.3.0

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.
Files changed (3) hide show
  1. package/README.md +3 -1
  2. package/dist/main.js +68 -68
  3. package/package.json +3 -2
package/README.md CHANGED
@@ -229,7 +229,9 @@ jobs:
229
229
  if: github.event_name == 'push' || github.event.pull_request.merged == true
230
230
  runs-on: ubuntu-latest
231
231
  steps:
232
- - uses: actions/checkout@v3
232
+ - uses: actions/checkout@v4
233
+ with:
234
+ fetch-depth: 0 # full history is required for incremental indexing
233
235
  - uses: actions/setup-node@v3
234
236
  with:
235
237
  node-version: '24'