chore(actions): use latest Node version

This commit is contained in:
Łukasz Mierzwa
2023-01-26 07:51:09 +00:00
committed by Łukasz Mierzwa
parent c49ae86919
commit 2f78f81f06
5 changed files with 11 additions and 11 deletions

View File

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