chore(actions): use latest Node version (#3327)

This commit is contained in:
Łukasz Mierzwa
2021-07-08 12:00:27 +01:00
committed by GitHub
parent 6df0ff95df
commit cafc108e59
3 changed files with 9 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Set up Node JS
uses: actions/setup-node@v2
with:
node-version: 14.17.2
node-version: 14.17.3
- name: Regenerate package-lock.json
run: make -C ui npm-upgrade