diff --git a/.github/workflows/sonar-scan.yml b/.github/workflows/sonar-scan.yml index ad33f1c28..43d0fe161 100644 --- a/.github/workflows/sonar-scan.yml +++ b/.github/workflows/sonar-scan.yml @@ -156,7 +156,7 @@ jobs: - name: NodeJS to Compile WebUI uses: actions/setup-node@v2.1.5 with: - node-version: '14' + node-version: '16' - run: | cd UI/Web || exit echo 'Installing web dependencies' @@ -280,12 +280,12 @@ jobs: - name: NodeJS to Compile WebUI uses: actions/setup-node@v2.1.5 with: - node-version: '14' + node-version: '16' - run: | cd UI/Web || exit echo 'Installing web dependencies' - npm install + npm ci echo 'Building UI' npm run prod