fix: remove package setup (#3)
All checks were successful
CD / Release (push) Successful in 10s

Reviewed-on: #3
Co-authored-by: t.behrendt <t.behrendt@t00n.de>
Co-committed-by: t.behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #3.
This commit is contained in:
2025-10-08 16:03:34 +02:00
committed by t.behrendt
parent 4e3b94a606
commit 3e6f690095
3 changed files with 1 additions and 294 deletions

View File

@@ -12,9 +12,7 @@ runs:
steps:
- uses: actions/setup-node@v5
with:
node-version-file: .nvmrc
- shell: bash
run: npm ci
node-version: "latest"
- name: Extract schema
shell: bash
run: |