From 1937ac1e91dc340331e35bead5f05605dcc5bc4e Mon Sep 17 00:00:00 2001 From: Joe Milazzo Date: Sun, 21 May 2023 17:30:30 -0500 Subject: [PATCH] Pipeline adjustment for Angular 16 (#2008) --- .github/workflows/sonar-scan.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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