chore(actions): use latest Node version

This commit is contained in:
Łukasz Mierzwa
2022-03-23 18:10:01 +00:00
committed by Łukasz Mierzwa
parent f71a7d18f1
commit fbf3c226be
7 changed files with 14 additions and 14 deletions

View File

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