chore(actions): use latest Node version

This commit is contained in:
Łukasz Mierzwa
2023-09-06 07:29:30 +00:00
committed by GitHub
parent 02ab6e15b1
commit abaaa3276d
3 changed files with 8 additions and 8 deletions

View File

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