Update .gitea/workflows/release-draft.yml
Some checks failed
Queue Release Build / release (push) Failing after 37s

This commit is contained in:
2026-03-10 23:12:26 +00:00
parent dd2cdac95b
commit 486392edc4

View File

@@ -16,13 +16,7 @@ jobs:
steps:
- name: Checkout
uses: https://github.com/actions/checkout@v4
- name: Setup Node
uses: https://github.com/actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Install dependencies
run: |
npm ci