ci: split release workflows
All checks were successful
test-build / build (push) Successful in 37s
renovate / renovate (push) Successful in 2m26s

This commit is contained in:
2026-01-23 17:15:27 -06:00
parent 2d1a8959ba
commit 079025c028
3 changed files with 183 additions and 9 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: 24.12.0
node-version: 24.13.0
cache: pnpm
- name: Install Dependencies