diff --git a/.github/workflows/registry.yml b/.github/workflows/registry.yml index 1894f91..03419e0 100644 --- a/.github/workflows/registry.yml +++ b/.github/workflows/registry.yml @@ -21,7 +21,7 @@ jobs: node-version: 22 - name: Validate & generate registry.json - run: node scripts/registry.js + run: npm init -y && npm i jsonc-parser && node scripts/registry.js - name: Commit registry.json if: github.event_name == 'push'