diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 532d3f8149..56c8b3514a 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -39,6 +39,6 @@ jobs: # echo "//packages.infragistics.com/npm/js-licensed/:always-auth=true" >> ~/.npmrc - name: npm install --legacy-peer-deps - run: cd browser && npm ci --legacy-peer-deps + run: cd browser && npm install - name: Build run: cd browser && npm run build