chore(actions): use latest Node version

This commit is contained in:
Łukasz Mierzwa
2024-01-17 08:50:17 +00:00
committed by GitHub
parent 62430a3f20
commit dfcd673c5b
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@v4
with:
node-version: 21.5.0
node-version: 21.6.0
- name: Regenerate package-lock.json
run: make -C ui npm-upgrade