chore(actions): use latest Node version

This commit is contained in:
Łukasz Mierzwa
2026-04-07 15:36:32 +00:00
committed by github-actions[bot]
parent bd3d4413f9
commit 73e87c3bb8
3 changed files with 8 additions and 8 deletions

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Node JS
uses: actions/setup-node@v6
with:
node-version: 25.8.2
node-version: 25.9.0
- name: Regenerate package-lock.json
run: make -C ui npm-upgrade