chore(actions): use latest Node version

This commit is contained in:
Łukasz Mierzwa
2022-03-11 19:33:50 +00:00
committed by Łukasz Mierzwa
parent 77508a1b7d
commit 021c1841be
6 changed files with 13 additions and 13 deletions

View File

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