use openssl-legacy-provider

This commit is contained in:
Eduardo Quiros 2022-08-03 23:14:43 -06:00
parent c51086ad7c
commit 7727ad4f80
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
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