feat: setup node for semantic release
All checks were successful
renovate / renovate (push) Successful in 1m41s

This commit is contained in:
2026-03-12 14:08:57 -05:00
parent cae8cd3a39
commit bf3a7ef261

View File

@@ -24,6 +24,11 @@ jobs:
with: with:
bun-version: 1.3.10 bun-version: 1.3.10
- name: Set up Node
uses: actions/setup-node@v6
with:
node-version: 24.14.0
- name: Run Semantic Release - name: Run Semantic Release
id: semantic id: semantic
env: env: