chore(actions): use latest Node version

This commit is contained in:
Łukasz Mierzwa
2023-08-11 07:54:11 +00:00
committed by GitHub
parent 4d8b4a9662
commit bbef5a3076
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@v3
with:
node-version: 20.5.0
node-version: 20.5.1
- name: Regenerate package-lock.json
run: make -C ui npm-upgrade