chore(actions): use latest Node version

This commit is contained in:
Łukasz Mierzwa
2024-08-23 07:22:31 +00:00
committed by github-actions[bot]
parent 0dd4ec2dc5
commit db2eaf8fe0
3 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: Set up Node JS
uses: actions/setup-node@v4
with:
node-version: 22.6.0
node-version: 22.7.0
- name: Regenerate ui package-lock.json
run: cd ui && npm i