Merge pull request #160 from DeimosPr4/158-issue-arreglar-ci-para-ui-web

use openssl-legacy-provider
This commit is contained in:
Eduardo Quiros 2022-08-04 05:15:01 +00:00 committed by GitHub
commit 1a8752a6b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -44,8 +44,9 @@ jobs:
node-version: ${{ matrix.node-version }} node-version: ${{ matrix.node-version }}
cache: 'npm' cache: 'npm'
- name: Test - name: Test
env:
NODE_OPTIONS: '--openssl-legacy-provider'
run: | run: |
cd ./web-ui/web-react/ cd ./web-ui/web-react/
npm install
npm ci npm ci
npm run build --if-present npm run build --if-present