From cce5d75fd726bcab2ff6f0cddaed5789a6c13836 Mon Sep 17 00:00:00 2001 From: Gunnar Skjold Date: Tue, 17 Jan 2023 18:13:54 +0100 Subject: [PATCH] Updated build --- .github/workflows/build.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a03d2899..f3123a48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,17 +41,17 @@ jobs: python -m pip install --upgrade pip pip install -U platformio css_html_js_minify - name: Set up node - uses: actions/setup-node@v1 - with: - node-version: '16.x' - - name: Build with node - run: | - cd lib/SvelteUi/app - npm ci - npm run build - cd - - env: - CI: false + uses: actions/setup-node@v1 + with: + node-version: '16.x' + - name: Build with node + run: | + cd lib/SvelteUi/app + npm ci + npm run build + cd - + env: + CI: false - name: PlatformIO lib install run: pio lib install - name: PlatformIO run