Update .github/workflows/bump-version.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Azgaar 2026-03-07 17:02:58 +01:00 committed by GitHub
parent f43fd9af3c
commit 2eeb016c9e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,7 +27,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v6
with:
node-version: lts/*
node-version: '24.x'
cache: npm
- name: Determine bump type from PR labels