chore(actions): use latest Node version

This commit is contained in:
Łukasz Mierzwa
2026-02-26 13:16:02 +00:00
committed by github-actions[bot]
parent c8e0a671bc
commit bc798982f5
3 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Set up Node JS
uses: actions/setup-node@v6
with:
node-version: 25.6.1
node-version: 25.7.0
- name: Regenerate ui package-lock.json
run: cd ui && npm i