chore(actions): use latest Node version

This commit is contained in:
Łukasz Mierzwa
2022-09-09 07:55:33 +00:00
committed by Łukasz Mierzwa
parent daa64f5a6c
commit 10a82bbb01
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: 18.8.0
node-version: 18.9.0
- name: Regenerate ui package-lock.json
run: cd ui && npm i