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

This commit is contained in:
Łukasz Mierzwa
2021-09-29 10:45:10 +01:00
committed by GitHub
parent 33665a7ae7
commit b7f92cfb40
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.6
node-version: 14.18.0
- name: Regenerate package-lock.json
run: make -C ui npm-upgrade