From 7ae65c698b48886b24374c4cce7dcb6a83fe2f86 Mon Sep 17 00:00:00 2001 From: mbechev Date: Tue, 20 Feb 2024 11:53:50 +0200 Subject: [PATCH] chore: update project node version --- .github/workflows/ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d87dea0f..17eaaa84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,12 @@ jobs: npm ci npm run build + - name: Build Grid & Charts integration app + working-directory: ./examples-standalone/grid-charts-integration + run: | + npm ci + npm run build + standalone-examples-node14: runs-on: ubuntu-latest @@ -107,11 +113,6 @@ jobs: npm ci npm run build - - name: Build Grid & Charts integration app - working-directory: ./examples-standalone/grid-charts-integration - run: | - npm ci - # npm run lint - name: Build Grid Live Data app working-directory: ./examples-standalone/grid-live-data run: |