Update build-webui.yml

This commit is contained in:
Kevin Kandlbinder 2022-09-05 16:46:11 +02:00 committed by GitHub
parent 68ed552aa2
commit 7b3598fad6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: "17.x"
node-version: "18.x"
- run: yarn
name: Install Dependencies